Step 25: Submit credentials for account linking

POST {{authPath}}/{{destinationEnvID}}/flows/{{flowID}}

Submit the destination user's credentials for account linking to the external identity provider using a POST {{authPath}}/{{destinationEnvID}}/flows/{{flowID}} request. This step can be skipped if account linking has already taken place.

  • In the request body, submit the username and password attributes for the destination user.

  • The Content-Type is set to application/vnd.pingidentity.usernamePassword.check+json.

For more information, see Sign On with a Username.

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Cookiestring