/oauth2/tokeninfo (Legacy)
Advanced Identity Cloud exposes the legacy /oauth2/tokeninfo
endpoint.
Use this endpoint only when you can’t use the standard /oauth2/introspect endpoint. |
Use this endpoint to validate tokens and retrieve token metadata to determine how to respond to requests for protected resources.
To inspect the contents of the token, send an HTTP GET request to:
https://<tenant-env-fqdn>/am/oauth2/realms/root/realms/realm/tokeninfo
Use the token as a bearer token in an authorization header;
for example, Authorization: Bearer <access-token>
.