add oidc introspection endpoint to list (#217)
Reviewed-on: #217 Reviewed-by: Lunny Xiao <[email protected]> Co-authored-by: techknowlogick <[email protected]> Co-committed-by: techknowlogick <[email protected]>
This commit was merged in pull request #217.
This commit is contained in:
@@ -80,6 +80,7 @@ The approval page displayed to the user shows the list of scopes requested by th
|
||||
| OpenID Connect Discovery | `/.well-known/openid-configuration` |
|
||||
| Authorization Endpoint | `/login/oauth/authorize` |
|
||||
| Access Token Endpoint | `/login/oauth/access_token` |
|
||||
| Token Introspection Endpoint | `/login/oauth/introspect` |
|
||||
| OpenID Connect UserInfo | `/login/oauth/userinfo` |
|
||||
| JSON Web Key Set | `/login/oauth/keys` |
|
||||
|
||||
|
@@ -80,6 +80,7 @@ The approval page displayed to the user shows the list of scopes requested by th
|
||||
| OpenID Connect Discovery | `/.well-known/openid-configuration` |
|
||||
| Authorization Endpoint | `/login/oauth/authorize` |
|
||||
| Access Token Endpoint | `/login/oauth/access_token` |
|
||||
| Token Introspection Endpoint | `/login/oauth/introspect` |
|
||||
| OpenID Connect UserInfo | `/login/oauth/userinfo` |
|
||||
| JSON Web Key Set | `/login/oauth/keys` |
|
||||
|
||||
|
Reference in New Issue
Block a user