Expand Id Token
Display the content of the given id token with expanded claims if the token is valid.
If the token is invalid or expired, an error will be returned.
Note: Enter the Access Token in Bearer format i.e. 'Bearer XXX' where XXX is the content of a VIDB access token using the Authorize Button.
Request
URI
GET
https://{api_host}/acs/t/{tenant}/expand-id-token
COPY
Path Parameters
string
tenant
Required
The VMware Identity Services tenant ID
tenant example
my-tenant
Responses
200
The token expand returned successfully.
Returns
Response
of type(s)
*/*
Operation doesn't return any data structure
400
The token is invalid or expired.
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/acs/t/{tenant}/expand-id-token
Authentication Operations
GET
Authorize
GET
Expand Access Token
GET
Expand Id Token
POST
Get Access Token
POST
Revoke