fix: issuer token endpoint
This commit is contained in:
parent
74b858ac24
commit
2c867b0314
|
@ -17,7 +17,7 @@ func OpenIDConfigurationHandler() gin.HandlerFunc {
|
|||
c.JSON(200, gin.H{
|
||||
"issuer": issuer,
|
||||
"authorization_endpoint": issuer + "/authorize",
|
||||
"token_endpoint": issuer + "/token",
|
||||
"token_endpoint": issuer + "/oauth/token",
|
||||
"userinfo_endpoint": issuer + "/userinfo",
|
||||
"jwks_uri": issuer + "/.well-known/jwks.json",
|
||||
"response_types_supported": []string{"code", "token", "id_token"},
|
||||
|
|
Loading…
Reference in New Issue
Block a user