Is there any way to expire or revoke bearer access token on logout event of dot net core application

Is there any way to expire or revoke bearer access token on logout event (before it’s expires_in time which is set in issued token) of dot net core application

Hello @nitin.neetu,

As far as I know there is no way to revoke tokens at this time, but I believe this capability is on the roadmap for this year or next.

1 Like