1. Start Signing Process

1. Once the quick set up is completed, invoke the below API.

GET http://localhost:8080/v2/signature/start


{
 https://stg-id.uaepass.ae/trustedx-authserver/oauth/main-as?response_type=code&client_id={client_id}&redirect_uri=http://localhost:8080/uaepass/sign-identity&scope=urn:safelayer:eidas:sign:identity:profile&acr_values=urn:digitalid:authentication:flow:mobile&ui_locales=en&register_group_labelsM=qualified
}
  1. Invoke the URL obtained from the API response (as shown in the screenshot) in browser to obtain the sign identities and transaction id value.

The transaction id remains valid for 10 mins.

Last updated