2. Access Token
Last updated
Was this helpful?
Last updated
Was this helpful?
As per the diagram shown in , SP should obtain the access token by passing the same authorization code which was received in the .
Replace code parameter '{ code}' with the value received from
POST
https://stg-id.uaepass.ae/idshub/token
grant_type
string
Must have the value as “authorization_code”.
redirect_uri
string
Redirect URI to the application. The application waits to receive at this URI the authorization or authentication response message with the authorization code.
code
string
Authorization code received in the previous authorization response.
Authorization
string
Basic {credentials}
Content-Type
string
multipart/form-data; charset=UTF-8