update comment to correctly reflect type of data in the oidc auth method config (#9364)

This commit is contained in:
R.B. Boyer 2020-12-15 16:25:31 -06:00 committed by GitHub
parent 462a2b29c3
commit 3bf8849d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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