Skip to main content

Verification Disabled


Use Verification Disabled to confirm before the user unlinks the authentication app and turns off 2-step verification.


authentication.verification-disable authentication.verification-disabled


This screen includes:

#ElementDescription
1Confirmation modalConfirms that the user wants to unlink the authentication app.
2Modal titleDisplays Unlink authentication app?
3Close actionCloses the modal.
4Warning messageExplains that unlinking turns off 2-step verification.
5Re-enrollment messageExplains that a new authentication app can be linked later.
6Unlink actionUnlinks the authentication app and disables MFA.
7Cancel actionCloses the modal and keeps MFA enabled.
8Background security screenShows the current MFA status behind the modal.

Workflow

  1. Open the 2-step verification settings.
  2. Select Unlink Authentication app.
  3. Display the confirmation modal.
  4. Select Unlink authentication app to disable MFA.
  5. Select Cancel, close the modal, or use the close action to keep MFA enabled.

Validations

ScenarioApp behaviorSDK output
Session invalidBlock requeststate = unauthenticated
MFA enabledDisplay unlink confirmation modalmfa = enabled
MFA already disabledDo not submit unlink requestmfa = disabled
Unlink succeedsDisable 2-step verificationmfa = disabled
Request rejectedDisplay error statestatus = 405

Actions

ScenarioApp behaviorSDK output
Unlink selectedLoad confirmation modalPUT /api/v3/account/mfa/disable/confirm
Unlink authentication app selectedDisable MFAPOST /api/v3/account/mfa/disable
Cancel selectedClose modal and keep MFA enabledstate = cancelled
Close selectedClose modal and keep MFA enabledstate = dismissed
Request rejectedPreserve current statestate = unchanged

Endpoint Resources

Verification Disabled

PUT 

v3/authentication/PUT/api/v3/account/mfa/disable/confirm

Returns the confirmation modal before the user unlinks the authentication app.