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
Refactor OIDC endpoint resolution in ExternalBrowserCredentialsProvider
Move OIDC endpoint resolution logic to a utility method in OAuthClientUtils.
This allows proper error handling and avoids null pointer exceptions when
OIDC endpoints cannot be resolved.
Changes:
- Add resolveOidcEndpoints() utility method in OAuthClientUtils
- Update ExternalBrowserCredentialsProvider to use the utility method
- Pass OpenIDConnectEndpoints explicitly to helper methods
- Add proper error handling for OIDC endpoint resolution failures
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments