Step 12: Call the SAML resume endpoint

GET {{authPath}}/{{envID}}/saml20/resume?flowId={{flowID}}

This example shows the GET /{{envID}}/saml20/resume?flowId={{flowID}} operation to return the flow back to the authorization service to continue processing after the completion of the SAML authentication flow.

The request URL includes the query parameter ?flowId={{flowID}} to pass in the current flow ID (also specified in the previous step).

The response returns a 200 Success message, and the response data includes an encoded SAMLResponse.

Request Params

KeyDatatypeRequiredDescription
flowIdstring

HEADERS

KeyDatatypeRequiredDescription
Cookiestring
CookiestringUsed for browsers that improperly handle SameSite=None