Step 13: Get the flow
GET {{authPath}}/{{envID}}/flows/{{flowID}}
The GET /{{envID}}/flows/{{flowID}}
operation and uses the {{flowID}} value from the Location header of the /envID/as/authorize
302 response in Step 12 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.