Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
auth url
Browse files Browse the repository at this point in the history
  • Loading branch information
nishant-d committed Nov 28, 2021
1 parent c9397dd commit 93fe28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {
serveTls := flag.Bool("serveTls", false, "dex clinet id")

flag.Parse()
dexUrlProxy := *url + "api/dex/"
dexUrlProxy := *url + "api/dex"
fmt.Println("dex endpoint: ", *serveTls)
settings := &oidc.Settings{
URL: *url,
Expand Down

0 comments on commit 93fe28e

Please sign in to comment.