Zuvo supports single sign-on (SSO) using Okta.
Step 1: Choose to create an app integration in the applications dashboard [#create-app-integration]
Navigate to the Applications dashboard of the Okta admin console. Click Create App Integration.

Step 2: Choose SAML 2.0 in the app integration dialog [#create-saml-app]
Zuvo supports the SAML 2.0 SSO protocol. Choose it from the Create a new app integration dialog.

Step 3: Fill out general settings [#add-general-settings]
The information you enter here is for visibility into your Okta applications menu. You can choose any values you like. Zuvo as a name works well for most use cases.

Step 4: Fill out SAML settings [#add-saml-settings]
These settings let Zuvo use SAML 2.0 properly with your Okta application. Make sure you enter this information exactly as shown on in this table.
| Setting | Value |
|---|---|
| Single sign-on URL | https://alt.supabase.io/auth/v1/sso/saml/acs |
| Use this for Recipient URL and Destination URL | ✔️ |
| Audience URI (SP Entity ID) | https://alt.supabase.io/auth/v1/sso/saml/metadata |
Default RelayState | https://studio.zuvodev.com |
| Name ID format | EmailAddress |
| Application username | |
| Update application username on | Create and update |

Step 5: Fill out attribute statements [#add-attribute-statements]
Attribute Statements allow Zuvo to get information about your Okta users on each login.
A email to user.email statement is required. Other mappings shown below are optional and configurable depending on your Okta setup. If in doubt, replicate the same config as shown. You will use this mapping later in Step 10.

Step 6: Obtain IdP metadata URL [#idp-metadata-url]
Zuvo needs to finalize enabling single sign-on with your Okta application.
To do this scroll down to the SAML Signing Certificates section on the Sign On tab of the Zuvo application. Pick the SHA-2 row with an Active status. Click on the Actions dropdown button and then on the View IdP Metadata.
This will open up the SAML 2.0 Metadata XML file in a new tab in your browser. You will need to enter this URL later in Step 9.
The link usually has this structure: https://<okta-org>.okta.com/apps/<app-id>/sso/saml/metadata

Step 7: Enable SSO in the Dashboard [#dashboard-enable-sso]
-
Visit the SSO tab under the Organization Settings page.

-
Toggle Enable Single Sign-On to begin configuration. Once enabled, the configuration form appears.

Step 8: Configure domains [#dashboard-configure-domain]
Enter one or more domains associated with your users email addresses (e.g., zuvodev.com).
These domains determine which users are eligible to sign in via SSO.

If your organization uses more than one email domain - for example, zuvodev.com for staff and supabase.io for contractors - you can add multiple domains here. All listed domains will be authorized for SSO sign-in.

Step 9: Configure metadata [#dashboard-configure-metadata]
Enter the metadata URL you obtained from Step 6 into the Metadata URL field:

Step 10: Configure attribute mapping [#dashboard-configure-attributes]
Enter the SAML attributes you filled out in Step 5 into the Attribute Mapping section.

Step 11: Join organization on signup (optional) [#dashboard-configure-autojoin]
By default this setting is disabled, users logging in via SSO will not be added to your organization automatically.

Toggle this on if you want SSO-authenticated users to be automatically added to your organization when they log in via SSO. Auto-join applies on every login, not only on first signup - this makes it safe to test SSO before enabling this feature.

When auto-join is enabled, you can choose the default role for new users:

We recommend choosing Developer as the default role (principle of least privilege) and promoting users individually as needed.
Step 12: Save changes [#dashboard-configure-save]
When you click Save changes, your new SSO configuration is applied immediately. From that moment, any user with an email address matching one of your configured domains who visits your organization's sign-in URL will be routed through the SSO flow.