mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-19 19:17:01 -07:00
Resetted the default IDP endpoint values
This commit is contained in:
parent
e940dc2dd9
commit
2edc624c01
1 changed files with 3 additions and 3 deletions
|
|
@ -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: "",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue