Commit 27fb7c52 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub

Merge pull request #704 from Calpicow/oidc_callback_fix

Fix Google OIDC callback url
parents 35f16b66 ba58f3f4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment