Skip to content

Android broker does not support adfs authority - #5522

Merged
fengga merged 2 commits into
mainfrom
fengga/android-broker-does-not-support-adfs
Oct 7, 2025
Merged

fengga merged 2 commits into
mainfrom
fengga/android-broker-does-not-support-adfs

Conversation

@fengga

@fengga fengga commented Oct 6, 2025

Copy link
Copy Markdown
Contributor

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 <90415114+gladjohn@users.noreply.github.com>
@fengga
fengga enabled auto-merge (squash) October 7, 2025 17:29
@fengga

fengga commented Oct 7, 2025

Copy link
Copy Markdown
Contributor Author

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
Copy Markdown
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