Verify Password for Login

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Verifies that the provided login identifier and password are valid. If password verification succeeds, several responses can be returned. Please refer to the result response field description to see the different types of responses that can be returned.

If the login identifier and password are invalid, the API returns a 400 response with the password_verification_failed error code.

Required Permissions

Below is the list of required permissions needed to interact with this API. For each permission, the allowed permission boundaries are also specified.

PermissionBoundaryDescription
password-login-workflow:executeApplicationThe subject can perform this operation for requests associated with the application to which the subject belongs.
Body Params

Verify Password Request JSON object

Object representing a request to verify a password for a user.

string
required
length ≥ 1

A JWT with the original authorization request parameters.

string
required
length between 1 and 200

Unique per IdP login identifier used for authenticating a user.

Supported Login Identifier Types:

password
required
length ≥ 1

The password to verify for the user logging in.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json