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
| Key | Datatype | Required | Description |
|---|---|---|---|
flowId | string |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Cookie | string | ||
Cookie | string | Used for browsers that improperly handle SameSite=None |