mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -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,
|
Port: 3333,
|
||||||
Issuer: server.IdentityProviderServer{
|
Issuer: server.IdentityProviderServer{
|
||||||
Endpoints: oidc.Endpoints{
|
Endpoints: oidc.Endpoints{
|
||||||
Authorization: "http://127.0.0.1/oauth/authorize",
|
Authorization: "",
|
||||||
Token: "http://127.0.0.1/oauth/token",
|
Token: "",
|
||||||
JwksUri: "http://127.0.0.1/.well-known/jwks.json",
|
JwksUri: "",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue