Skip to content

Conversation

fengga
Copy link
Contributor

@fengga fengga commented Oct 6, 2025

Fixes #5017

Changes proposed in this request

Testing

Performance impact

Documentation

  • All relevant documentation is updated.

@fengga fengga requested a review from a team as a code owner October 6, 2025 18:59
…AndroidBrokerHelper.cs

Co-authored-by: Gladwin Johnson <[email protected]>
@fengga fengga requested a review from gladjohn October 7, 2025 16:56
@fengga fengga enabled auto-merge (squash) October 7, 2025 17:29
@fengga
Copy link
Contributor Author

fengga commented Oct 7, 2025

Oh, I need two reviewers

@fengga fengga merged commit c2c60bf into main Oct 7, 2025
11 checks passed
@fengga fengga deleted the fengga/android-broker-does-not-support-adfs branch October 7, 2025 23:37
using (_logger.LogMethodDuration())
{
// ADFS is not supported with broker
if (authorityType == AuthorityType.Adfs)
Copy link
Member

Choose a reason for hiding this comment

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

nit: I would have done smth like if (authorityType != AAD) { throw }

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.

[Bug] Can't use broker mode with adfs authority

4 participants