From ba58f3f43b0827bb5c3db79d2220a2a175f4601e Mon Sep 17 00:00:00 2001 From: Phu Kieu Date: Mon, 21 Nov 2016 10:25:16 -0800 Subject: [PATCH] Fix Google OIDC callback url --- examples/config-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/config-dev.yaml b/examples/config-dev.yaml index 2cf7245d..5f94e202 100644 --- a/examples/config-dev.yaml +++ b/examples/config-dev.yaml @@ -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