Step 21: Submit IdP credentials for external identity provider
POST {{authPath}}/{{sourceEnvID}}/flows/{{flowID}}
Submit IdP credentials for the external identity provider using a POST {{authPath}}/{{sourceEnvID}}/flows/{{flowID}}
request.
Use the source environment id in the request URL.
In the request body, the
username
andpassword
attribute values are required.
For more information, see Sign On with a Username.
Request Body
{"username"=>"{{SourceUsername}}", "password"=>"{{userPassword}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Cookie | string |