After revoking the access token, when I introspect the token, I am still getting "active: true"

After revoking the access token, when I introspect the same token, I am still getting “active: true”.

Hi there,

Can you share the response you are getting back after hitting the introspect token and the http request you are using when revoking the token?

Hi,

While I was using the {{url}}/oauth2/{{authServer}}/v1/introspect but for revoke I was just using {{url}}/oauth2/v1/revoke. That was the reason it was not working . If I do {{url}}/oauth2/{{authServer}}/v1/revoke, then I am getting active : false.

Thank you so much.
Moumita

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.