Step 7: Get the flow
GET {{authPath}}/{{envID}}/flows/{{flowID}}
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 links in the response includes the user.register
action as an option for this flow. This option is available because the sign-on policy has enabled the registration action.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Cookie | string | Use this for localhost |