Step 3: Verify flow initialization
GET {{authPath}}/{{envID}}/flows/{{flowID}}
You can use the GET /{{envID}}/flows/{{flowID}}
endpoint to verify the flow initialization. The Location
HTTP header returned in step 2 contains the flow ID in the URL that opens the application's sign-on screen. When you run this request, specifying this flow ID, the response returns the initial flow status
, which is USERNAME_PASSWORD_REQUIRED
.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Cookie | string | Use this for localhost |