File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
databricks-sdk-java/src/main/java/com/databricks/sdk/core Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,10 @@ public class DatabricksConfig {
5757 private String redirectUrl ;
5858
5959 /**
60- * The OpenID Connect discovery URL used to retrieve OIDC configuration and endpoints. Note: This
61- * API is experimental and may change or be removed in future releases without notice.
60+ * The OpenID Connect discovery URL used to retrieve OIDC configuration and endpoints.
61+ *
62+ * <p><b>Note:</b> This API is experimental and may change or be removed in future releases
63+ * without notice.
6264 */
6365 @ ConfigAttribute (env = "DATABRICKS_DISCOVERY_URL" )
6466 private String discoveryUrl ;
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ private void addOIDCCredentialsProviders(DatabricksConfig config) {
9898 // TODO: refactor the code so that the IdTokenSources are created within the
9999 // configure call of their corresponding CredentialsProvider. This will allow
100100 // us to simplify the code by validating IdTokenSources when they are created.
101+ // This would also need to be updated to support unified hosts.
101102 OpenIDConnectEndpoints endpoints = null ;
102103 try {
103104 endpoints = config .getOidcEndpoints ();
You can’t perform that action at this time.
0 commit comments