Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Revoke token Identity Server OAuth2

I wonder if it is possible to revoke an OAuth 2.0 token issued by ThinkTecture Identity Server as I want to make my application logout.

like image 827
Raul Molina Avatar asked Jan 26 '26 18:01

Raul Molina


1 Answers

This is possible only with the most recent release(s) of ThinkTecture Identity Server version 3 that implement RFC 7009: https://www.rfc-editor.org/rfc/rfc7009. See the release notes for version 1.1.0 at https://github.com/IdentityServer/Thinktecture.IdentityServer3/blob/master/RELEASES.md, which include a link to https://github.com/IdentityServer/Thinktecture.IdentityServer3/pull/858.

like image 140
Hans Z. Avatar answered Jan 28 '26 14:01

Hans Z.