Skip to content
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

[identity] Migrate regional authority support to MSALClient #29413

Merged
merged 2 commits into from
Apr 23, 2024

Conversation

maorleger
Copy link
Member

@maorleger maorleger commented Apr 23, 2024

Packages impacted by this PR

@azure/identity

Issues associated with this PR

Resolves #29066

Describe the problem that is addressed by this PR

ClientSecretCredential, ClientCertificateCredential, and ClientAssertionCredential are the only three
that support the AZURE_REGIONAL_AUTHORITY_NAME today via the msalNodeCommon flow.

Just for feature parity I am adding this to the same 3 credentials that
supported it before, and no other ones. I'll create an issue to investigate
whether we can remove the support entirely.

What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen?

not port it over, and see if anyone cares. If they do it's easy to fix and
they would only be 1p teams

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@maorleger maorleger enabled auto-merge (squash) April 23, 2024 22:54
@maorleger maorleger merged commit 0dcc11a into Azure:main Apr 23, 2024
14 checks passed
@maorleger maorleger deleted the mleger-put-back-regional-authority branch April 24, 2024 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

[identity] MSALClient support for Azure Region
3 participants