Configuring AzureAD Authentication
You can configure the connector to use the AzureAD protocol to authenticate the connection.
To configure AzureAD authentication:
- Open the ODBC Data Source Administrator where you created the DSN, select the DSN, and then click Configure.
- From the Authentication Type drop-down list, select AzureAD Authentication.
- In the Client ID field, type the client ID that is assigned to your application.
- In the Client Secret field, type the client secret value generated in the application registration portal.
- In the Tenant field, enter the granted permission for your application that is requested in GUID or domain name format.
- In the Scope field, type the resource identifier affixed with the .default suffix value.
- Optionally, in the Authority field, type
login.microsoftonline.com
. - Optionally, in the refresh_token_interval field, type the value in seconds.
- To configure client-server verification over SSL, click SSL Options. For more information, see Configuring SSL Verification.
- 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.