This guide explains how to enable or disable standard email/password logins in favor of Single Sign-On (SSO) and how to regain access if you are locked out.
Baserow allows administrators to enforce Single Sign-On (SSO) by disabling the standard email and password login method. This ensures all users must authenticate via your corporate identity provider.
By default, Baserow enables “Email and Password” authentication. However, organizations with strict security policies often prefer to disable this to ensure former employees cannot access the system once removed from the corporate IDP (e.g., Okta, Azure AD).
⚠️ Requirement: You cannot disable Email and Password authentication until you have successfully enabled at least one other SSO provider (SAML or OAuth 2). Baserow ensures you always have at least one active way to log in.

To enforce SSO, you must disable the default password provider.
If you have disabled password authentication and your SSO provider fails (or is misconfigured), you risk locking yourself and your users out of the instance.
Instance Admins always retain the ability to log in with a password, even if the feature is disabled. To access the hidden login form, you must use a special URL parameter to stop the automatic redirect.
?noredirect to the end of the URL.
https://baserow.io/login?noredirecthttps://your-domain.com/login?noredirectNote: This bypass only works for accounts with Instance Admin (Staff) privileges. Standard users cannot use this parameter to bypass SSO enforcement.
If you have disabled “Email and Password” and have exactly one SSO provider enabled, Baserow streamlines the experience by skipping the login selection screen and sending the user directly to that provider. To stop this, use the ?noredirect parameter.
Not explicitly. The setting is global. However, the implementation effectively works this way: standard users must use SSO because they cannot use the bypass, while Admins can use the password method via the ?noredirect bypass if necessary.
Use the Emergency Access method (/login?noredirect). If you have lost your admin password as well, you will need to use the Baserow command line interface (CLI) on your server to reset the admin password.
Still need help? If you’re looking for something else, please feel free to make recommendations or ask us questions; we’re ready to assist you.
Contact support for questions about Baserow or help with your account.