2. Obtaining Authenticated User Information from the Access Token
The SP can validate the access token based on the information obtained in previous step. In case the SP needs to know the user who is authenticated with the presented access token then it can also fet
cURL Request
API detail to get user info
GET
https://stg-id.uaepass.ae/idshub/userinfo
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer {access token received from client app or required to validate} |
Last updated