Update using-dex.md

fix wrong port from example
This commit is contained in:
Matthias Klan 2018-05-04 16:14:16 +02:00 committed by GitHub
parent 0d3edf2456
commit 481f1276a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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