Skip to content

Commit

Permalink
Fix Google OIDC callback url
Browse files Browse the repository at this point in the history
  • Loading branch information
Calpicow committed Nov 21, 2016
1 parent 35f16b6 commit ba58f3f
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 ba58f3f

Please sign in to comment.