Authentication
- Last Updated: July 2, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Aha! 6.0
- Documentation
The driver supports the following authentication methods:
- Basic Authentication authenticates using the specified user IDs, passwords, and HTTP headers.
- URL Parameter Authentication authenticates by passing security tokens using URLs. In some scenarios, the REST services may also authenticate the user ID.
- OAuth 2.0 Authentication authenticates using OAuth 2.0 authentication flows.
By default, the driver is configured to use basic authentication (AuthenticationMethod=Basic).