diff --git a/website/pages/docs/security/acl/auth-methods/oidc.mdx b/website/pages/docs/security/acl/auth-methods/oidc.mdx index 7ac39d3a1..36022e2e6 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