The GET /{{envID}}/flows/{{flowID}}
operation and 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 HAL 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.