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
Parameter | Description |
---|---|
dvResponse | A JSON payload from DaVinci. |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
dvResponse | string |