Authentication
- Last Updated: October 23, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Snowflake 6.0
- TeamCity 6.0
- Documentation
The driver supports the following authentication methods:
- UserID/Password authenticates using the specified user IDs and passwords.
- OAuth 2.0 allows the user to authenticate to a Snowflake instance without having to specify user ID and password.
- Browser-based SSO authenticates the user using a web browser in Microsoft Windows.
- Key-pair authenticates the user using a pair of private and public keys.
By default, the driver is configured to use UserID/Password authentication
(AuthenticationMethod=UserIDPassword).