Fix Google OIDC callback url

This commit is contained in:
Phu Kieu 2016-11-21 10:25:16 -08:00
parent 35f16b6639
commit ba58f3f43b
1 changed files with 1 additions and 1 deletions

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