You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v0.87.0
Bug Fixes
Fixed Databricks M2M OAuth to correctly use Databricks OIDC endpoints instead of incorrectly using Azure endpoints when ARM_CLIENT_ID is set. Added new getDatabricksOidcEndpoints method that returns only Databricks OIDC endpoints, and updated all Databricks OAuth flows to use it. The old getOidcEndpoints property is deprecated but maintained for backward compatibility.