Unverified Commit 481f1276 authored by Matthias Klan's avatar Matthias Klan Committed by GitHub

Update using-dex.md

fix wrong port from example
parent 0d3edf24
......@@ -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(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment