Resume

POST {{authPath}}/{{envID}}/as/resume?dvResponse={{dvResponse}}

The POST /{{envID}}/as/resume endpoint resumes an inflight authorize request after the DaVinci widget interaction flow. The PingOne SSO Connector sends an assertion creation request to the OIDC service with a signed JWT token. On successful completion, the flow executes a 302 redirect to the redirect_uri specified in the request, and populates the following parameters:

  • access_token

  • token_type

  • expires_in

  • scope

  • id_token

  • code

  • state

ParameterDescription
dvResponseA JSON payload from DaVinci.

Request Params

KeyDatatypeRequiredDescription
dvResponsestring