Skip to content

Conversation

@emmyzhou-db
Copy link
Contributor

@emmyzhou-db emmyzhou-db commented Apr 23, 2025

What changes are proposed in this pull request?

This PR adds the foundational components for OIDC support in the Databricks Java SDK:

IDToken Class: Encapsulates ID tokens from identity providers for OAuth flows.
IDTokenSource Interface: Defines a standard for retrieving ID tokens.

How is this tested?

  • Unit tests added for the IDToken class.
  • IDTokenSource is not tested, as no implementation exists yet.

NO_CHANGELOG=true

Copy link
Contributor

@renaudhartert-db renaudhartert-db left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM modulo open comment

…h/IDToken.java

Co-authored-by: Parth Bansal <parth.bansal@databricks.com>
@github-actions
Copy link

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/sdk-java

Inputs:

  • PR number: 433
  • Commit SHA: 45f4fc2c48a38b0fc0a7bce634c2ea687264e92c

Checks will be approved automatically on success.

@parthban-db parthban-db added this pull request to the merge queue Apr 24, 2025
Merged via the queue into main with commit 33cbee9 Apr 24, 2025
15 checks passed
@parthban-db parthban-db deleted the emmyzhou-db/id-token-source branch April 24, 2025 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants