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
Add unit test for external browser auth with Azure client ID
Add test to verify that ExternalBrowserCredentialsProvider correctly
resolves and passes Azure OIDC endpoints to the OAuthClient when using
Azure client ID authentication.
The test:
- Mocks external browser authentication flow with Azure credentials
- Captures the OpenIDConnectEndpoints passed to performBrowserAuth
- Verifies the endpoints match the expected Azure OIDC URLs
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: databricks-sdk-java/src/test/java/com/databricks/sdk/core/oauth/ExternalBrowserCredentialsProviderTest.java
0 commit comments