Browse Source

Update using-dex.md

fix wrong port from example
pull/1231/head
Matthias Klan 8 years ago committed by GitHub
parent
commit
481f1276a8
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