Step 17: Call the resume endpoint
GET {{authPath}}/{{envID}}/as/resume?flowId={{flowID}}
After completing the actions specified by the sign-on policy, the authentication flow completes and the user is redirected to the URL specified in the resumeUrl
property in the flow resource.
You can use the GET /{{envID}}/as/resume?flowId={{flowID}}
endpoint to obtain the authorization code required to exchange for an access token. The authorizeResponse.code
property returned by the resume endpoint contains the code.
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 |