Step 22: Call the resume endpoint for external identity provider
GET {{authPath}}/{{sourceEnvID}}/as/resume?flowId={{flowID}}
Use the GET /{{sourceEnvID}}/as/resume?flowId={{flowID}} endpoint to call the resume endpoint for the external identity provider. This example shows the /{{sourceEnvID}}/as/resume operation to return the flow back to the authorization service, specifying the flowID in the request URL.
- Use the source environment id in the request URL.
The response returns a 302 HTTP Status message and a Location HTTP header that includes code.
For more information, see Resume.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
flowId | string |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Cookie | string | ||
Cookie | string | Used for browsers that improperly handle SameSite=None |