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).