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 in Windows:

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