Get Get Token Attribute

Get Get Token Attribute

This endpoint allows applications to validate the access token issued by VMware Identity Manager, and to retrieve the public key used to sign the token.

Request
URI
GET
https://{api_host}//SAAS/API/1.0/REST/auth/token
COPY
Query Parameters
string
attribute
Required

the type of operation to perform on the token. Use "isValid" to validate a token, "isRevoked" to check the revocation status, and "publicKey" to retrieve the public key

Possible values are : isValid, isRevoked, publicKey,
string
tenant
Optional

the tenant to retrieve the public key for (only valid when attribute is publicKey), if the tenant is different from the one in the request URL

string
format
Optional

the format of the public key (only valid when attribute is publicKey). Use "pem" to retrieve the key in PEM format, "jwks" to get the key in JWKS format, and "jwk" to get in the key in the JWK format (early draft)

Possible values are : pem, jwks, jwk,

Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Operation doesn't return any data structure