Skip to content

Commit

Permalink
Merge pull request #704 from Calpicow/oidc_callback_fix
Browse files Browse the repository at this point in the history
Fix Google OIDC callback url
  • Loading branch information
ericchiang authored Nov 21, 2016
2 parents 35f16b6 + ba58f3f commit 27fb7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/config-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27fb7c5

Please sign in to comment.