post https://{application_vanity_domain}/api/v1/password-login/verify-password
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.
Permission | Boundary | Description |
---|---|---|
password-login-workflow:execute | Application | The subject can perform this operation for requests associated with the application to which the subject belongs. |