Microsoft.Identity.Client.ManagedIdentityPopExtensions
Extension methods for enabling mTLS Proof-of-Possession in managed identity flows.
public static AcquireTokenForManagedIdentityParameterBuilder WithMtlsProofOfPossession(this AcquireTokenForManagedIdentityParameterBuilder builder)
Enables mTLS Proof-of-Possession for managed identity token acquisition.
When attestation is required (KeyGuard scenarios), use the Msal.KeyAttestation package
and call .WithAttestationSupport() after this method.