ManagedIdentityPopExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for enabling mTLS Proof-of-Possession in managed identity flows.
public static class ManagedIdentityPopExtensions
type ManagedIdentityPopExtensions = class
Public Module ManagedIdentityPopExtensions
- Inheritance
-
ManagedIdentityPopExtensions
Methods
| Name | Description |
|---|---|
| WithMtlsProofOfPossession(AcquireTokenForManagedIdentityParameterBuilder) |
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. |