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

Add support for tenant Id Challenges / tenant discovery in ClientCredentials #19300

Closed
joshfree opened this issue Jun 17, 2021 · 0 comments · Fixed by #19602
Closed

Add support for tenant Id Challenges / tenant discovery in ClientCredentials #19300

joshfree opened this issue Jun 17, 2021 · 0 comments · Fixed by #19602
Assignees
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.
Milestone

Comments

@joshfree
Copy link
Member

Currently, for services that return challenges which include context about the tenant that can service a failed service request, such as authorization_url,
Azure.Identity does not utilize this information to request a new token with the correct tenantId.

This is a proposal to enhance Azure.Identity to make it possible for service clients to interpret challenges to request tokens for the correct tenant Id, where possible.

The proposal details can be found in this gist

Related: Azure/azure-sdk-for-net#20302

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Azure.Identity Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants