<div dir="ltr">Hi all,<div><br></div><div>I have a question regarding token validation.</div><div><br></div><div>I have an access token, and I want to make sure it&#39;s still valid. In other words, I need to ensure that either (a) the user hasn&#39;t logged out, or (b) someone hasn&#39;t invalidated the session to which the token is associated. The use case is an integration with an API gateway, in which the API gateway ensures the validity of a token with Keycloak before passing it to downstream services.</div><div><br></div><div>Is there an endpoint I can call with a token that will tell me if the token is still valid? Is there another way I should be performing this check?</div><div><br></div><div>Thank you.</div></div>