Step 10: Get the flow
GET {{authPath}}/{{envID}}/flows/{{flowID}}
This example uses the GET /{{envID}}/flows/{{flowID}}
operation to start the flow specified by the {{flowID}}
in the request URL.
Note: For authorization and flow requests, the PingOne endpoint domain is https://auth.pingone.com/
for North America.
In this request:
{{envID}}
is your environment ID.{{flowID}}
was returned in theLocation
header of the response when you submitted the SAML sign-on request in the previous step.The request returns flow information, including the flow
status
property, which specifies theUSERNAME_PASSWORD_REQUIRED
flow state. This flow state indicates that a username and password check is required to continue the flow.
See the following topics to learn more:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Cookie | string | Use this for localhost |