Authentication
- Last Updated: May 12, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- Amazon Redshift 8.0
- Documentation
The driver supports the following authentication methods:
- Basic authentication authenticates the user to the database using the specified user IDs and passwords.
- Azure Active Directory authentication authenticates the user to the database using an Active Directory user name and password.
- JWT authentication authenticates the user to the database using a JWT (JSON Web Token).
By default, the driver is configured to use Basic authentication (AuthenticationMethod=0).