Unverified Commit 384db1f3 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub

Merge pull request #1231 from mklan/patch-1

Update using-dex.md
parents 0822f1d4 481f1276
......@@ -63,7 +63,7 @@ oauth2Config := oauth2.Config{
ClientSecret: "example-app-secret",
// The redirectURL.
RedirectURL: "http://127.0.0.1:5556/callback",
RedirectURL: "http://127.0.0.1:5555/callback",
// Discovery returns the OAuth2 endpoints.
Endpoint: provider.Endpoint(),
......
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