SAML-based Single Sign-On for Snowflake (SSO)
SAML-based SSO for Snowflake is supported by Satori in both the native and the proxy-based integrations. When using the proxy-based integration, you should configure your Identity Provider (IdP) to route users to the Satori-generated hostname for Snowflake, instead of the original Snowflake hostname.
Some IdPs, such as Okta or OneLogin, allow you to route users directly to Satori with minimal changes. In other IdPs, this option is not available, and a different setup is required to establish SSO. Follow the instructions according to your IdP vendor.
IdPs Supporting Direct Routing to Satori
IdPs that support direct routing of users to Satori enable you to change the URL users are redirected to without changing the underlying SAML message. This enables Satori to transfer the SAML message directly to Snowflake.
Okta
Create a new SAML 2.0 app for Snowflake. You cannot use the built-in Snowflake app for Okta, because it doesn’t expose the necessary configuration options. However, you should still use the Snowflake app for SCIM-based provisioning (if applicable).
Most customers would have two Okta apps:
- The Snowflake built-in app - for SCIM-based provisioning. This app should not be visible to users.
- A new SAML 2.0 app - for SAML-based SSO. This app should be visible to users.
Perform the following steps to configure the new SAML 2.0 app:
- Go to the Applications view in the Okta admin console
- Select Create New App and choose SAML 2.0
- Enter app name and additional details like logo, etc.
- In the General section in the SAML Settings, go to the Single Sign-On URL input field and enter the Snowflake login URL with your Satori generated hostname. For example:
https://abc123.us-east1.a.p0.satoricyber.net/fed/login - Uncheck the Use this for Recipient URL and Destination URL option
- Enter the Snowflake original login URL in the following fields: Recipient URL, Destination URL, Audience URI (SP Identity ID). For example:
https://abc123.us-east1.snowflakecomputing.com/fed/login - Complete the rest of the fields and click Finish

OneLogin
Perform the following steps to configure OneLogin:
- Go to the Applications view in the OneLogin console.
- Select Add App and select the SAML Custom Connector (Advanced) application.
- Provide a unique name, description and add a logo for the application and click Save.
- Select the Configuration tab.
- Enter your original Snowflake hostname in the following fields:
Audience (EntityID),RecipientandACS (Consumer) URL Validator. For example:https://abc123.us-east1.snowflakecomputing.com/fed/login. - Enter the Satori hostname in the
ACS (Consumer) URLfield, for example:https://abc123.us-east1.a.p0.satoricyber.net/fed/login. - Go to the SSO tab, select the
SHA-256option in theSAML Signature Algorithmfield.

IdPs Without Support for Direct Routing to Satori
IdPs that do not support direct routing of users to Satori do not enable you to change the URL users are redirected to without changing the underlying SAML message. To overcome this issue, Satori rewrites the SAML message to ensure it is trusted by Snowflake.
The setup involves a two-step trust, and is configured in the SAML Proxy Settings tab of the data store settings page:
- Use the Configure Trust Between Your IdP and Satori section to configure trust between your IdP and Satori
- Use the Configure Trust Between Satori and Snowflake section to configure trust between Satori and Snowflake

Microsoft Entra ID
When using Entra ID as the Snowflake SAML Identity Provider, Satori acts as a SAML proxy between Entra ID and Snowflake. Perform the following steps to configure the trust relationship between Entra ID and Satori.
- Go to the Satori management console.
- Select the Snowflake data store to configure the integration for, and navigate to the SAML Proxy Settings tab.
- In a new browser window, go to your Entra ID console and access the Enterprise Application view.
- Select the application you use to enable access to a Satori-protected data store.
- Select the Single Sign-On view and press Edit in the Basic SAML Configuration section.
- Change the Identifier (Entity ID) field to the value of the Satori Identifier (Entity ID), as shown in the Satori management console. For example, from
https://abc123.us-east-1.snowflakecomputing.com/tohttps://abc123.us-east-1.a.p0.satoricyber.net. - Change the Reply URL (Assertion Consumer Service URL) field to the value of the Satori Reply URL (Assertion Consumer Service URL) as shown in the Satori management console. For example, from
https://abc123.us-east-1.snowflakecomputing.com/fed/logintohttps://abc123.us-east-1.a.p0.satoricyber.net/fed/login. - In the SAML Signing Certificate section, download the Certificate (Base64) file.
- Upload the certificate file to the Satori management console in the SAML Signing Certificate field.
- Copy the Login URL and Entra ID Identifier fields from the Set up section in Entra ID.
- Update the Login URL and IdP Identifier fields in the Satori management console using the values you copied in the previous step.
Configure Snowflake
After a SAML application has been configured in the Identity Provider, configure Snowflake to trust the new SAML application. See the Snowflake documentation for reference.
When using an IdP with direct routing to Satori, configure Snowflake to trust the SAML application in the IdP. For other IdP, configure Snowflake to trust Satori as the IdP, by using the information and certificate in the Configure Trust Between Satori and Snowflake section of the SAML Proxy Settings tab.
Please note that when updating existing SAML-based SSO integration in Snowflake, access to Snowflake via an existing application might be disabled.