Skip to content

Commit

Permalink
feat: documentation for new insecureSkipEmailVerified oauth property
Browse files Browse the repository at this point in the history
Signed-off-by: Darius Bakunas-Milanowski <[email protected]>
  • Loading branch information
Darius Bakunas-Milanowski committed Oct 29, 2024
1 parent 51f2c67 commit 146dbe3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions content/docs/connectors/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The following is an example of a configuration for using OAuth connector with Re
connectors:
- type: oauth
# ID of OAuth 2.0 provider
id: reddit
id: reddit
# Name of OAuth 2.0 provider
name: reddit
config:
Expand All @@ -31,7 +31,12 @@ connectors:
tokenURL: https://www.reddit.com/api/v1/access_token
authorizationURL: https://www.reddit.com/api/v1/authorize
userInfoURL: https://www.reddit.com/api/v1/me


# Optional: Some providers return claims without "email_verified", when they had no usage of emails verification in enrollment process
# or if they are acting as a proxy for another IDP etc AWS Cognito with an upstream SAML IDP
# This can be overridden with the below option
# insecureSkipEmailVerified: true

# Optional: Specify whether to communicate to Auth provider without
# validating SSL certificates
# insecureSkipVerify: false
Expand Down

0 comments on commit 146dbe3

Please sign in to comment.