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
usernameandpasswordattributes 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
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
Cookie | string |