From 1a5e203afb732e7590caa71e9a8dd32e75cb7f92 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Tue, 15 Dec 2020 16:25:31 -0600 Subject: [PATCH] update comment to correctly reflect type of data in the oidc auth method config (#9364) --- website/pages/docs/security/acl/auth-methods/oidc.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/docs/security/acl/auth-methods/oidc.mdx b/website/pages/docs/security/acl/auth-methods/oidc.mdx index 7ac39d3a15..36022e2e61 100644 --- a/website/pages/docs/security/acl/auth-methods/oidc.mdx +++ b/website/pages/docs/security/acl/auth-methods/oidc.mdx @@ -52,7 +52,7 @@ parameters are required to properly configure an auth method of type - `OIDCClientSecret` `(string: )` - The OAuth Client Secret configured with your OIDC provider. -- `AllowedRedirectURIs` `(array)` - Comma-separated list of allowed +- `AllowedRedirectURIs` `(array)` - A list of allowed values for `redirect_uri`. Must be non-empty. - `ClaimMappings` `(map[string]string)` - Mappings of claims (key) that @@ -69,7 +69,7 @@ parameters are required to properly configure an auth method of type When mapped, the values in each list can be any of a number, string, or boolean and will all be stringified when returned. -- `OIDCScopes` `(array)` - Comma-separated list of OIDC scopes. +- `OIDCScopes` `(array)` - A list of OIDC scopes. - `JWTSupportedAlgs` `(array)` - JWTSupportedAlgs is a list of supported signing algorithms. Defaults to `RS256`. ([Available