[Identity] Enable brokered auth in DAC - #40335
Merged
Merged
Conversation
Collaborator
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
pvaneck
force-pushed
the
identity-dac-broker
branch
from
April 3, 2025 00:24
bf20396 to
e24dd7e
Compare
Member
Author
|
@xiangyan99 This is the preliminary implementation. Would be good to get your thoughts on:
|
xiangyan99
reviewed
Apr 7, 2025
xiangyan99
reviewed
Apr 7, 2025
pvaneck
marked this pull request as ready for review
April 8, 2025 00:20
pvaneck
requested review from
KarishmaGhiya,
billwert,
g2vinay,
joshfree,
maorleger,
minhanh-phan and
mpodwysocki
April 8, 2025 00:20
xiangyan99
reviewed
Apr 8, 2025
xiangyan99
reviewed
Apr 8, 2025
xiangyan99
reviewed
Apr 8, 2025
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
pvaneck
force-pushed
the
identity-dac-broker
branch
from
July 15, 2025 21:55
736ae6f to
670aa2d
Compare
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
xiangyan99
reviewed
Jul 17, 2025
Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
xiangyan99
approved these changes
Jul 17, 2025
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
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
This adds
InteractiveBrowserBrokerCredentialsilent flow authentication to the end of theDefaultAzureCredentialchain. Here, we opt to conditionally add it to the chain only if the broker package is installed.Additional context: https://gist.github.com/christothes/f8a0dc6249261cb36a6c452717c4e932
Closes: #39966