You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
connectors:
- type: oidcid: googlename: Googleconfig:
# Canonical URL of the provider, also used for configuration discovery.# This value MUST match the value returned in the provider config discovery.## See: https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfigissuer: https://accounts.google.com# Connector config values starting with a "$" will read from the environment.clientID: $GOOGLE_CLIENT_IDclientSecret: $GOOGLE_CLIENT_SECRET# Dex's issuer URL + "/callback"redirectURI: http://127.0.0.1:5556/callback
The text was updated successfully, but these errors were encountered:
It should be possible to extend the auth mechanism to include more generic OIDC/OAuth integrations.
The config can look something like Dex OIDC connectors.
The text was updated successfully, but these errors were encountered: