Skip to content

Commit

Permalink
Override OIDC provider discovered claims
Browse files Browse the repository at this point in the history
Update the doc after merging dexidp/dex#3267

Signed-off-by: Maksim Nabokikh <[email protected]>
  • Loading branch information
kerberos727 committed Jan 10, 2024
1 parent 239b581 commit bc6435c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions content/docs/connectors/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,17 @@ connectors:
# The set claim is used as groups.
# Default: groups
# groups: "cognito:groups"

# The section to override options discovered automatically from
# the providers' discovery URL (.well-known/openid-configuration).
providerDiscoveryOverrides
# tokenURL provides a way to user overwrite the token URL
# from the .well-known/openid-configuration 'token_endpoint'.
# tokenURL: ""
#
# authURL provides a way to user overwrite the authorization URL
# from the .well-known/openid-configuration 'authorization_endpoint'.
# authURL: ""
```

[oidc-doc]: openid-connect.md
Expand Down

0 comments on commit bc6435c

Please sign in to comment.