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