You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this can reasonably be done for access tokens that conform to RFC 9068 - JSON Web Token (JWT) Profile for OAuth 2.0 Access Tokens
Otherwise the access token can only be treated as an opaque token, so there's no way to validate them whatsoever, other than using them in requests to the resource server...
I noticed that the
validate_token
function does validate an id token. On the backend, shouldn't there be a way to validate access tokens?The text was updated successfully, but these errors were encountered: