Step 10: Get the flow
GET {{authPath}}/{{envID}}/flows/{{flowID}}
The GET /{{envID}}/flows/{{flowID}}
operation uses the {{flowID}}
value from the /{{envID}}/as/authorize
response to get the flow and the current flow state. The status property in the GET /{{envID}}/flows/{{flowID}}
response specifies the initial flow state, which determines the possible next actions in the authentication workflow.
The response includes a link for the usernamePassword.check
action as an option for this flow. This option is available because the sign-on policy includes the LOGIN
policy action to prompt for a username and password.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Cookie | string | Use this for localhost |