Obtaining the Token for Accessing the Signature Operations
Firstly, the document signature application/portal calls the UAEPASS API to obtain the access token using client credentials issued to them.
POST stg-id.uaepass.ae/trustedx-authserver/oauth/main-as/token
POST
stg-id.uaepass.ae/trustedx-authserver/oauth/main-as/token
HTTP/1.1
Authorization
string
Basic ZG9jc2lnbjpkZW1vZGVtbw==
Content-Type
application/x-www-form-urlencoded
grant_type
client_credentials
scope
urn:safelayer:eidas:sign:process:document
{ "access_token" : "{string}" "token_type" : "bearer", "expires_in" : 300
Last updated 1 year ago
Was this helpful?