verifyCurrentPassword (v1)

Verify current password challenge

Overview

Verifies the current password.

The sensitive operations will be allowed to proceed once the password verified successfully.

POST (/internal/v1/mfa/password/{challengeId}:verify)

Parameters

  • challengeId (path) (required): The ID is challenge id received during operation initiation which required challenge.

Request Body

Responses

401 Unauthorized

500 Internal Server Error

Architecture

1 property
currentPassword string
required

The current password

7 properties
code string
Allowed values: urn:plmr:mfa-password:api:BAD_REQUEST urn:plmr:mfa-password:api:RESOURCE_UNKNOWN urn:plmr:mfa-password:api:UNAUTHORIZED urn:plmr:mfa-password:api:FORBIDDEN urn:plmr:mfa-password:api:USER_NOT_FOUND urn:plmr:mfa-password:api:INCORRECT_CREDENTIALS urn:plmr:mfa-password:api:USER_ID_DOES_NOT_MATCH_WITH_CHALLENGE_SUBJECT_USER_ID urn:plmr:mfa-password:api:STEP_UP_REQUEST_CONTEXT_NOT_FOUND
message string
requestId string
fieldErrors array [object]
0 properties

Schema does not contain any properties.