Step 20: Get the flow for external identity provider
GET {{authPath}}/{{sourceEnvID}}/flows/{{flowID}}
Send a GET {{authPath}}/{{sourceEnvID}}/flows/{{flowID}}
request using the source environment and flow id value from step 19 to retrieve the current flow state.
The status
property returned in the response body specifies the next action in the authentication flow. In this example, a status
value of "USERNAME_PASSWORD_REQUIRED"
is returned.
For more information, see Read Flow.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Cookie | string | Use this for localhost |