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 and password attribute values are required.

For more information, see Sign On with a Username.

Request Body

{"username"=>"{{SourceUsername}}", "password"=>"{{userPassword}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Cookiestring