Merge pull request #704 from Calpicow/oidc_callback_fix

Fix Google OIDC callback url
This commit is contained in:
Eric Chiang 2016-11-21 10:31:44 -08:00 committed by GitHub
commit 27fb7c523e

View file

@ -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