1. Verify access token API using Basic Authentication
Obtaining Resource Server (or SP) Access Token
cURL Request for Token Generation Call
curl --location --request POST 'https://stg-id.uaepass.ae/idshub/introspect' \
--header 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' \
--header 'Authorization: Basic <<Basic auth credentials>>' \
--header 'Cookie: NSC_EJE_TUBH_USVTUY_MC_8082=ffffffffaf1a571d45525d5f4f58455e445a4a4229a2' \
--data-urlencode 'token=<<Token to introspect>>API detail to verify the Token
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
{"active":false,}
}{
"sub": "sample_web_stage",
"nbf": 1633262176,
"scope": "internal_application_mgt_view",
"iss": "https://qa-ids.uaepass.ae:443/oauth2/token",
"client_claims": {
"sub": "sample_web_stage",
"acr": "",
"domain": "urn:safelayer:eidas:domain:oauth:client",
"amr": "",
"distinguished_name": "Sample Web Application",
"name": "Sample Web Application"
},
"active": true,
"token_type": "Bearer",
"exp": 1633265776,
"iat": 1633262176,
"client_id": "sample_web_stage",
"username": "[email protected]"
}
Name
Description
Last updated
Was this helpful?