feature-request

Allow enforcement of 2FA on members

Allow the enforcement of 2FA on member invites and accounts. Ensuring that downline devOps and admins have 2FA enforced is mission critical for compliance.

avatar
3
  • Thanks Jeff, I've submitted this to our internal feature request tracking. Will keep you in the loop on implementation.

    avatar
    platform
  • Hey Jeff, this is already implemented via our API, but never made it to the portal. Looks like it is also missing from documentation. We'll get this sorted.

    To enable right now, submit a PATCH to /v1/hubs/current

    Contents:

    {
        "security": {
            "force_2fa": true
        }
    }
    

    Keep in mind that this will immediately prevent any of your hub members from logging in (including yourself) unless 2FA is enabled.

    avatar
    platform
  • One again, solid, thanks!

    avatar
v2024.12.08.01 © 2024 Petrichor Holdings, Inc.