Resume
GET {{authPath}}/{{envID}}/as/resume?flowId={{flowID}}
After completing the actions specified by the sign-on policy, the authentication UI redirects to the resume
endpoint, which is specified in the resumeUrl
property in the flow resource.
The following sample shows the /{{envID}}/as/resume
operation to return the flow back to the authorization service, specifying the flowID in the request URL and the current session token in the request header.
curl -X GET \\
'https://auth.pingone.com/{{envID}}/as/resume?flowId=' \\
-H 'Cookie: ST=<sessionToken>'
Parameter | Description |
---|---|
flowId | The ID of the specified flow. |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
flowId | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Cookie | string |