Skip to content
Snippets Groups Projects
Unverified Commit 384db1f3 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub
Browse files

Merge pull request #1231 from mklan/patch-1

Update using-dex.md
parents 0822f1d4 481f1276
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ oauth2Config := oauth2.Config{ ...@@ -63,7 +63,7 @@ oauth2Config := oauth2.Config{
ClientSecret: "example-app-secret", ClientSecret: "example-app-secret",
// The redirectURL. // The redirectURL.
RedirectURL: "http://127.0.0.1:5556/callback", RedirectURL: "http://127.0.0.1:5555/callback",
// Discovery returns the OAuth2 endpoints. // Discovery returns the OAuth2 endpoints.
Endpoint: provider.Endpoint(), Endpoint: provider.Endpoint(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment