Step 18: 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

KeyDatatypeRequiredDescription
flowIdstring

HEADERS

KeyDatatypeRequiredDescription
Cookiestring
CookiestringUsed for browsers that improperly handle SameSite=None