MFA Setup

MFA Setup

Configuring Multi-Factor Authentication secures primary administrative user profiles against credential compromise.


MFA Activation Lifecycle

graph TD
    UserPanel["Security Settings Window"] ==>|"Click Enable MFA"| RenderQr["Generate Dynamic Secret QR"]
    RenderQr ==>|"Scan Code via App"| SubmitToken["Type 6-Digit Authenticator string"]
    SubmitToken ==>|"Validate Handshake"| SecureLock["MFA Activated Successfully"]

    classDef userToken fill:#0f172a,stroke:#38bdf8,stroke-width:2px,color:#fff,rx:6px,ry:6px;
    classDef authToken fill:#065f46,stroke:#10b981,stroke-width:2px,color:#fff,rx:6px,ry:6px;

    class UserPanel,RenderQr,SubmitToken userToken;
    class SecureLock authToken;

MFA details

1. Compatible Authenticator Apps

Scan unique workspace codes directly using industry-standard tools including Google Authenticator and Microsoft Authenticator smoothly.

2. Backup Verification Strings

Save plain-text backup token files securely to bypass active MFA prompts if physical registered cellular devices are misplaced.