- To the first request: Authlete determines the token has been expired and then removes the token from its database.
- To the second and subsequent requests: Authlete determines the token doesn’t exist. Because the token has been removed at the first request.
Introspection EP
Introspection Response for Expired Access Token
Details on how Authlete handles requests with expired access tokens in its Introspection API and the resulting UNAUTHORIZED response.
When an resource server makes a request to Authlete’s /auth/introspection
API, and the request includes an expired access token, Authlete works as follows: