MicrosoftIdentityAuthenticationBaseOptions.IsProofOfPossessionRequest Property

Definition

Modifies the token acquisition request so that the acquired token is a Proof of Possession token (PoP), rather than a Bearer token. PoP tokens are similar to Bearer tokens, but are bound to the HTTP request and to a cryptographic key, which MSAL can manage. See https://aka.ms/msal-net-pop. Set to true to enable PoP tokens automatically.

public bool IsProofOfPossessionRequest { get; set; }
member this.IsProofOfPossessionRequest : bool with get, set
Public Property IsProofOfPossessionRequest As Boolean

Property Value

Applies to