Skip to content

feat(csharp/src/Drivers/BigQuery): Add support for AAD/Entra authentication #2655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

davidhcoe
Copy link
Contributor

@davidhcoe davidhcoe commented Mar 29, 2025

  • Adds support for users to login with their Entra / Azure AD account
  • Adds a retry concept to the driver that will check whether a token needs to be refreshed and then invoke a delegate so an outside caller can perform the token update. Will only go this path if the user has defined a handler for UpdateToken.
  • Includes long running tests to demonstrate the concept:
    image

@davidhcoe davidhcoe changed the title feat(csharp/src/drivers/BigQuery): Add support for AAD/Entra authentication feat(csharp/src/Drivers/BigQuery): Add support for AAD/Entra authentication Apr 8, 2025
@davidhcoe davidhcoe changed the title feat(csharp/src/Drivers/BigQuery): Add support for AAD/Entra authentication feat(csharp/src/Drivers/BigQuery): Add support for AAD/Entra authentication Apr 8, 2025
@davidhcoe
Copy link
Contributor Author

Updated test results after refactoring the tests:

image

@davidhcoe
Copy link
Contributor Author

davidhcoe commented Apr 14, 2025

This can wait until #2698 closes and then I will incorporate those changes in this PR.

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.

1 participant