MicrosoftIdentityAuthenticationBaseOptions.IsProofOfPossessionRequest Property
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.
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