Skip to content

Commit

Permalink
Resetted the default IDP endpoint values
Browse files Browse the repository at this point in the history
  • Loading branch information
davidallendj committed Apr 30, 2024
1 parent e940dc2 commit 2edc624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ func NewConfig() Config {
Port: 3333,
Issuer: server.IdentityProviderServer{
Endpoints: oidc.Endpoints{
Authorization: "http://127.0.0.1/oauth/authorize",
Token: "http://127.0.0.1/oauth/token",
JwksUri: "http://127.0.0.1/.well-known/jwks.json",
Authorization: "",
Token: "",
JwksUri: "",
},
},
},
Expand Down

0 comments on commit 2edc624

Please sign in to comment.