Add info about consent when revoking refresh tokens (#1664)
Closes #1668
This commit is contained in:
parent
06bc4af50e
commit
28e907a3fa
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ https://openid.net/specs/openid-connect-registration-1_0.html[OpenID Connect Dyn
|
||||||
/realms/{realm-name}/protocol/openid-connect/revoke
|
/realms/{realm-name}/protocol/openid-connect/revoke
|
||||||
....
|
....
|
||||||
|
|
||||||
The token revocation endpoint is used to revoke tokens. Both refresh tokens and access tokens are supported by this endpoint.
|
The token revocation endpoint is used to revoke tokens. Both refresh tokens and access tokens are supported by this endpoint. When revoking a refresh token the user consent for the corresponding client is also revoked.
|
||||||
|
|
||||||
For more details on how to invoke on this endpoint, see https://datatracker.ietf.org/doc/html/rfc7009[OAuth 2.0 Token Revocation specification].
|
For more details on how to invoke on this endpoint, see https://datatracker.ietf.org/doc/html/rfc7009[OAuth 2.0 Token Revocation specification].
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue