From f933956778bd81ff1a6ef1cd9a0e545387e5e2fd Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Thu, 17 Jan 2019 15:27:20 -0800 Subject: [PATCH] Update JWT docs with new jwt_supported_algs parameter (#6069) --- website/source/api/auth/jwt/index.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/api/auth/jwt/index.html.md b/website/source/api/auth/jwt/index.html.md index 2ad2165c6e..54f1e2110a 100644 --- a/website/source/api/auth/jwt/index.html.md +++ b/website/source/api/auth/jwt/index.html.md @@ -34,6 +34,7 @@ set. - `oidc_discovery_ca_pem` `(string: )` - The CA certificate or chain of certificates, in PEM format, to use to validate connections to the OIDC Discovery URL. If not set, system certificates are used. - `jwt_validation_pubkeys` `(comma-separated string, or array of strings: )` - A list of PEM-encoded public keys to use to authenticate signatures locally. Cannot be used with `oidc_discovery_url`. - `bound_issuer` `(string: )` - The value against which to match the `iss` claim in a JWT. +- `jwt_supported_algs` `(comma-separated string, or array of strings: )` - A list of supported signing algorithms. Defaults to [RS256]. ([Available algorithms](https://github.com/hashicorp/vault-plugin-auth-jwt/blob/master/vendor/github.com/coreos/go-oidc/jose.go#L7)) ### Sample Payload