Configuring OIDC Authentication in Windows
You can configure the connector to use the OpenID Connect (OIDC) protocol to authenticate the connection.
To configure OIDC authentication
- To access authentication options, open the ODBC Data Source Administrator where you created the DSN, select the DSN, and then click Configure.
- From the Mechanism drop-down list, select OIDC Authentication.
- In the Client ID field, type the client ID that is assigned to your Druid application.
- To configure client-server verification over SSL, click SSL Options. For more information, see Configuring SSL Verification in Windows.
- To save your settings and close the dialog box, click OK.
- When you test the connection or when you connect to your Druid server, a browser opens to the redirect URI.
- In the Redirect Uri field, type the URL associated with your application.
- When you press Get Access Token in the DSN, Sign In page for Authorization opens up.
- Type your credentials and sign in. You get the Access Token, Refresh Token and Expiry time in the DSN.
- Using access token, connect with Druid server.