starburst galaxy > security and compliance > manage galaxy access > manage sso integration > 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:
--external-authentication
option.JDBC
To configure SSO access for the JDBC driver:
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.ODBC
To configure SSO access for the ODBC driver:
AuthenticationType
property and set it to OIDC Authentication
cacheAccessToken
property and set it to 1
:
Driver={Starburst ODBC Driver};Host=starburst.example.com;Port=43011;AuthenticationType={OIDC Authentication};SSL=1;cacheAccessToken=1
Is the information on this page helpful?
Yes
No