Skip to content
Snippets Groups Projects
Unverified Commit 481f1276 authored by Matthias Klan's avatar Matthias Klan Committed by GitHub
Browse files

Update using-dex.md

fix wrong port from example
parent 0d3edf24
Branches
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