Starburst Galaxy

  •  Get started

  •  Working with data

  •  Data engineering

  •  Developer tools

  •  Cluster administration

  •  Security and compliance

  •  Troubleshooting

  • Galaxy status

  •  Reference

  • SSO client access #

    Starburst Galaxy supports SSO access using the Trino CLI or applications using the JDBC driver or the ODBC driver.

    See the list of clients to determine which clients can connect to your Starburst Galaxy cluster with the JDBC driver or ODBC driver.

    Trino CLI

    To configure SSO access for the Trino CLI:

    1. Use the --external-authentication option.
    2. In the Starburst Galaxy login, select your SSO provider.
    3. Log in using your SSO credentials.

    JDBC

    To configure SSO access for the JDBC driver:

    1. Add the externalAuthentication property and set it to true in your JDBC connection string or the user interface allowing you to set these properties. For example in DBeaver, use the driver properties tab of the connection configuration.
    2. In the Starburst Galaxy login, select the SSO provider.
    3. Log in using your SSO credentials.

    ODBC

    To configure SSO access for the ODBC driver:

    1. Add the AuthenticationType property and set it to OIDC Authentication
    2. Add the cacheAccessToken property and set it to 1:
      Driver={Starburst ODBC Driver};Host=starburst.example.com;Port=43011;AuthenticationType={OIDC Authentication};SSL=1;cacheAccessToken=1
      
    3. In the Starburst Galaxy login, select the SSO provider.
    4. Log in using your SSO credentials.