Browse Source

Merge pull request #1231 from mklan/patch-1

Update using-dex.md
pull/1174/merge
Eric Chiang 8 years ago committed by GitHub
parent
commit
384db1f33e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Documentation/using-dex.md

2
Documentation/using-dex.md

@ -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(),

Loading…
Cancel
Save