Skip to main content
Single Sign-on (SSO) lets the people who use your Softr app log in with the account they already have at work — their Microsoft, Google Workspace, Okta, or other identity provider account — instead of creating a separate Softr password. Your IT team stays in control of who has access, and your users get one less password to manage. This page explains how SSO works in Softr and walks through the configuration that is the same for every identity provider. Once you understand this flow, the provider-specific guides only tell you where to click inside that provider.
SSO (SAML and OpenID) is available on the Enterprise plan. If you are on another plan, contact sales to discuss enabling it.
This page is about SSO for the users of your app. If you want the collaborators who build apps in your Softr workspace to log in to Softr Studio through your identity provider, that is a separate feature — see SSO for Softr Studio.

How SSO works in Softr

In SSO terms your Softr app is the service provider (SP) and your identity provider (IdP) is the system that actually holds the accounts and checks the credentials. When someone signs in:
  1. They open your app and choose Continue with SSO on the login screen.
  2. Softr hands them off to your identity provider.
  3. The identity provider authenticates them — including any MFA, conditional access, or device policy you enforce there.
  4. The identity provider sends Softr a signed response containing the person’s email and name.
  5. Softr signs them in and matches them to a user record in your app. Because step 3 happens entirely on your side, everything your IT team already enforces — MFA, session policy, deprovisioning when someone leaves — applies to your Softr app too, without Softr ever handling a password.
Diagram of the SSO flow between a Softr app and an identity provider

The SSO handoff between a Softr app and an identity provider.

SAML or OpenID?

Softr supports both of the standards that identity providers use, and you pick one per app. Most providers support both, so if you have no preference, use whichever your provider’s documentation treats as the default path.
If your provider offers a pre-built catalog entry for SAML apps, you will usually get there faster with SAML: the provider generates the metadata for you and you paste a single XML document into Softr.

Before you start

Have these ready — the configuration screen asks for all of them and you will be switching between two browser tabs:
You need to be able to create a new application (sometimes called an app integration, enterprise application, or OAuth client) in your IdP, and to configure which attributes it sends.
See the comparison above. You can change it later, but you will have to redo the setup on the provider side.
For example acme.com and acme.co.uk. These are optional, but setting them changes how the login screen behaves — see Routing users to SSO automatically.
SSO controls who can get in. It does not by itself decide what each person can see. Plan how signed-in users map to user groups before you roll SSO out.

Configure SSO

1

Open your app's authentication settings

In Softr Studio, open your app and go to the Users tab, then the Authentication sub-tab. This is where every login method for the app is managed.
The Authentication tab in Softr Studio

The Authentication screen, where all of an app's login methods are configured.

2

Turn on Single Sign-on

In the Authentication method list, switch the Single Sign-on toggle on. The Single sign-on configuration window opens straight away. Once the method is on, a gear icon appears next to it — use that to reopen the configuration at any time. An amber dot next to Single Sign-on means the method is enabled but not yet fully configured.
Single Sign-on enabled in the Authentication method list

The Single Sign-on toggle in the Authentication method list.

3

Choose your SSO type

At the top of the window, set SSO type to SAML or OpenID. The fields below change to match your choice.
SSO type dropdown showing SAML and OpenID

The SSO type dropdown, offering SAML and OpenID.

4

Share Softr's details with your identity provider

Under 1. Share the following details with your identity provider, Softr shows the values your IdP needs in order to trust your app. Copy each one with the button at the end of the field.
  • ACS URL — the Assertion Consumer Service sign-in URL, in the form https://<your-app>.softr.app/saml/SSO. Your identity provider posts its response here. Some providers call this the Reply URL, Recipient, or Single sign-on URL.
  • Audience URL — the entity ID, a unique identifier for your app. Providers may label this Audience (EntityID), Identifier, or SP Entity ID.
ACS URL and Audience URL fields in the Single sign-on window

Softr shows the ACS URL and Audience URL to give to your identity provider.

If your app uses a custom domain, confirm which hostname these URLs use before you register them with your provider — the values Softr shows here are the ones your provider must trust.
5

Create the application in your identity provider

Switch to your identity provider and create a new application, pasting in the URLs from the previous step. Then configure what the provider sends back:
  • For SAML, add attributes for the user’s email, first name, and last name, and make sure each is included in the SAML assertion. Note the exact attribute names — you need them in the next step.
  • For OpenID, note the Client ID and Client secret the provider generates, along with its authorization and token endpoints.
The provider-specific guides at the bottom of this page cover this step in detail. If your provider is not listed yet, its own documentation for adding a custom SAML or OIDC application will use the same values.
6

Enter your identity provider's details in Softr

Back in the Single sign-on window, fill in 2. Enter the following details from your identity provider.
  • Metadata.xml — paste the full metadata XML document from your provider.
  • Email key / First name key / Last name key — the exact attribute names you configured in your IdP, so Softr knows which claim holds which value.
OpenID configuration fields in the Single sign-on window

The OpenID fields: Provider URL, Token service URL, Client ID, and Client secret.

7

Set your SSO email domains (optional)

In SSO email domains, list the domains your workforce signs in with, separated by commas — for example acme.com, acme.co.uk. If your app offers other login methods as well, anyone whose email address matches one of these domains is always sent to SSO instead. See Routing users to SSO automatically.
8

Save and publish

Click Save. Then open the Log in utility page to check that Continue with SSO now appears, and publish your app so the change reaches your users.

What your users see

You do not add an SSO block to a page. Softr’s login screen is a built-in utility page called Log in (at /login), and enabling Single Sign-on adds a Continue with SSO button to it automatically.
Softr login page showing a Continue with SSO button

The Log in utility page with Continue with SSO enabled.

Select the login card in Studio to open the Sign In block settings, where you can adjust:
  • Logo, Title & subtitle, and the Side section (background image, heading, text, image) to brand the screen.
  • Log in flows — every authentication method enabled for the app is listed here with a visibility control, so you can hide a method on this screen without disabling it for the app.
  • Consent message, Redirect to sign up, and reCAPTCHA.
Log in flows section of the Sign In block settings

The Log in flows list in the Sign In block settings.

Routing users to SSO automatically

The SSO email domains field decides how much choice your users get:
  • Left empty — the login screen shows every enabled method side by side, and each person picks one.
  • Filled in — anyone whose email address matches a listed domain is always directed to log in with SSO, even if other methods are available. Use this when your workforce must go through the identity provider while, say, external clients continue to use email.

How SSO users appear in your app

Signed-in users show up under Users → Users like any other user. The Auth method column records how each person authenticates, so you can tell SSO users apart from those using email and password.
Users list showing the Auth method column

The Users list, with the Auth method column showing how each person signs in.

Authentication is only half of access control. Once someone is signed in, what they can see is governed by user groups, page visibility, and record filters. Configure those before inviting your users in.
If you want the identity provider to create, update and deactivate Softr user records automatically rather than relying on people signing in, look at SCIM User Provisioning, which is also on the Enterprise plan.

Using SSO alongside other login methods

SSO does not have to be the only way in. Each method in the Authentication method list is independent, so a single app can offer SSO for employees and email login for external clients. Two things to keep in mind:
  • SSO email domains override the choice for matching addresses, as described above.
  • Hiding a method under Log in flows only changes that screen. To remove a method for the whole app, switch it off in Users → Authentication.

Turning SSO off

Switching Single Sign-on off asks you to type Remove Single Sign-on to confirm, because it can lock people out.
Removing SSO as an authentication method means anyone who only ever signed in through your identity provider may no longer be able to log in. Make sure those users have another way in (or that you intend to revoke their access) before you confirm.

Good to know

  • Softr is the service provider, never the identity provider. You can let your identity provider log people in to Softr; you cannot use a Softr login to sign people in to other platforms.
  • One SSO configuration per app. The configuration window holds a single identity provider. The SSO email domains field accepts several domains for that one provider — it does not connect several providers to the same app.
  • The configuration is per app, not per workspace. An app you duplicate does not inherit a working SSO setup; register the new app’s ACS/Callback URLs with your provider separately.

Provider guides

SAML Single Sign-on

The SAML setup walked through end to end.

Microsoft Azure SAML Single Sign-on

Connecting Microsoft Entra ID (Azure AD).

OpenId Single Sign-on

The OpenID Connect setup, using Outseta as the example.

Google Sign In

A lighter-weight alternative for Google accounts.
Your identity provider’s own documentation is the authority on its half of the setup. Useful starting points:

User Authentication

How authentication works in Softr apps.

SCIM User Provisioning

Provision and deprovision users from your identity provider.

SSO for Softr Studio

SSO for the collaborators who build your apps.

Softr App Security

How Softr secures published apps.