Access token revocation implementation in OAuth 2

后端 未结 3 1753
日久生厌
日久生厌 2020-12-31 12:12

I\'ve used OWIN OAuth 2 to implement my Authorization Server Provider. Now, I want to implement token revocation (when my client application wants to logout).
Can anybod

3条回答
  •  梦毁少年i
    2020-12-31 12:50

    Refresh tokens is how OAuth2 allows for authorization revocation. Microsoft's OAuth2 authorization server middleware is lacking in this regard:

    http://leastprivilege.com/2014/03/24/the-web-api-v2-oauth2-authorization-server-middlewareis-it-worth-it/

提交回复
热议问题