update comment to correctly reflect type of data in the oidc auth method config (#9364)
This commit is contained in:
parent
462a2b29c3
commit
3bf8849d14
|
@ -52,7 +52,7 @@ parameters are required to properly configure an auth method of type
|
|||
- `OIDCClientSecret` `(string: <required>)` - The OAuth Client Secret configured with
|
||||
your OIDC provider.
|
||||
|
||||
- `AllowedRedirectURIs` `(array<string>)` - Comma-separated list of allowed
|
||||
- `AllowedRedirectURIs` `(array<string>)` - 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<string>)` - Comma-separated list of OIDC scopes.
|
||||
- `OIDCScopes` `(array<string>)` - A list of OIDC scopes.
|
||||
|
||||
- `JWTSupportedAlgs` `(array<string>)` - JWTSupportedAlgs is a list of
|
||||
supported signing algorithms. Defaults to `RS256`. ([Available
|
||||
|
|
Loading…
Reference in New Issue