rembrembdocs

Enforce MFA on Organization


Supabase provides multi-factor authentication (MFA) enforcement on the organization level. With MFA enforcement, you can ensure that all organization members use MFA. Members cannot interact with your organization or your organization's projects without a valid MFA-backed session.

MFA enforcement is only available on the Pro, Team and Enterprise plans.

Manage MFA enforcement#

To enable MFA on an organization, visit the security settings page and toggle Require MFA to access organization on.

When MFA enforcement is enabled, users without MFA will immediately lose access all resources in the organization. The users will still be members of the organization and will regain their original permissions once they enable MFA on their account.

Personal access tokens#

Personal access tokens are not affected by MFA enforcement. Personal access tokens are designed for programmatic access and issuing of these require a valid Supabase session backed by MFA, if enabled on the account.