Configuring AzureAD Authentication

You can configure the connector to use the AzureAD protocol to authenticate the connection.

To configure AzureAD authentication:

  1. Open the ODBC Data Source Administrator where you created the DSN, select the DSN, and then click Configure.
  2. From the Authentication Type drop-down list, select AzureAD Authentication.
  3. In the Client ID field, type the client ID that is assigned to your application.
  4. In the Client Secret field, type the client secret value generated in the application registration portal.
  5. In the Tenant field, enter the granted permission for your application that is requested in GUID or domain name format.
  6. In the Scope field, type the resource identifier affixed with the .default suffix value.
  7. Optionally, in the Authority field, type login.microsoftonline.com.
  8. Optionally, in the refresh_token_interval field, type the value in seconds.
  9. To configure client-server verification over SSL, click SSL Options. For more information, see Configuring SSL Verification.
  10. To save your settings and close the dialog box, click OK.

You can now use the connector to authenticate through AzureAD and connect to your Trino server.