Allow the use of a client assertion in OnBehalfOfCredential #43769
Labels
Azure.Identity
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
feature-request
This issue requires a new behavior in the product in order be resolved.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Milestone
Library name
Azure.Identity
Please describe the feature.
Currently it's possible to use MSAL to get an On-Behalf-Of token with a signed assertion from, for example, a managed identity like this:
My organization is moving away from secrets/certificates and toward federated credentials with managed identities, and it's forced me back to MSAL when I would much rather use
Azure.Identity
and theOnBehalfOfCredential
. Something like:The text was updated successfully, but these errors were encountered: