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:
- Use the
--external-authentication
option. - In the Starburst Galaxy login, select your SSO provider.
- Log in using your SSO credentials.
JDBC
To configure SSO access for the JDBC driver:
- Add the
externalAuthentication
property and set it totrue
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. - In the Starburst Galaxy login, select the SSO provider.
- Log in using your SSO credentials.
ODBC
To configure SSO access for the ODBC driver:
- Add the
AuthenticationType
property and set it toOIDC Authentication
- Add the
cacheAccessToken
property and set it to1
:Driver={Starburst ODBC Driver};Host=starburst.example.com;Port=43011;AuthenticationType={OIDC Authentication};SSL=1;cacheAccessToken=1
- In the Starburst Galaxy login, select the SSO provider.
- Log in using your SSO credentials.
Is the information on this page helpful?
Yes
No
Is the information on this page helpful?
Yes
No