From 058c6f4341e2e7adb8686d32f494d935502efe51 Mon Sep 17 00:00:00 2001 From: Maksim Nabokikh Date: Wed, 10 Jan 2024 20:10:20 +0100 Subject: [PATCH] Override OIDC provider discovered claims Update the doc after merging https://github.com/dexidp/dex/pull/3267 Signed-off-by: Maksim Nabokikh --- content/docs/connectors/oidc.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/docs/connectors/oidc.md b/content/docs/connectors/oidc.md index 972667f..7a807c0 100644 --- a/content/docs/connectors/oidc.md +++ b/content/docs/connectors/oidc.md @@ -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