forked from mystiq/dex
Merge pull request #704 from Calpicow/oidc_callback_fix
Fix Google OIDC callback url
This commit is contained in:
commit
27fb7c523e
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ connectors:
|
|||
# # Connector config values starting with a "$" will read from the environment.
|
||||
# clientID: $GOOGLE_CLIENT_ID
|
||||
# clientSecret: $GOOGLE_CLIENT_SECRET
|
||||
# redirectURI: http://127.0.0.1:5556/dex/google
|
||||
# redirectURI: http://127.0.0.1:5556/dex/callback
|
||||
|
||||
# Let dex keep a list of passwords which can be used to login to dex.
|
||||
enablePasswordDB: true
|
||||
|
|
Loading…
Reference in a new issue