-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fabric Entra Id Auth Integration #45890
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…d logging for empty response
…to tvaron3/fabricAAD
…to tvaron3/fabricAAD
…sdk-for-java into tvaron3/fabricAAD
…to tvaron3/fabricAAD
…to tvaron3/fabricAAD
/azp run java - cosmos - spark |
Azure Pipelines successfully started running 1 pipeline(s). |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
/azp run java - cosmos - spark |
Azure Pipelines successfully started running 1 pipeline(s). |
JonathanGiles
approved these changes
Jul 30, 2025
xinlian12
approved these changes
Jul 30, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
LGTM, thanks |
JonathanGiles
approved these changes
Jul 30, 2025
kushagraThapar
approved these changes
Jul 31, 2025
raych1
approved these changes
Jul 31, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Implemented account data resolver to authenticate signed in users in fabric using Microsoft Entra Id. Configurations for the fabric implementation of account data resolver below.
spark.cosmos.auth.aad.audience
https://cosmos.azure.com/.default
Other Changes
FabricAccountDataResolver
is being used.azsdk-java-cosmos/4.73.0-snapshot.1 Linux/5.15.182.1-1.cm2 JRE/11.0.27 SparkConnector|azure-cosmos-spark_3-5_2-12|4.38.0-beta.1|SYN|25dynamicdatacloudworkspace|1b54e861-53bc-4da6-67e5-fdcaec21|5072 vm-46f01401
instead of
azsdk-java-cosmos/4.73.0-snapshot.1 Linux/5.15.182.1-1.cm2 JRE/11.0.27 SparkConnector/azure-cosmos-spark_3-5_2-12/4.38.0-beta.1|SYN|25dynamicdatacloudworkspace|1b54e861-53bc-4da6-67e5-fdcaec21|5072@vm-46f01401
Testing