Udostępnij za pośrednictwem


TokenAcquisitionOptions.PoPConfiguration 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.

public Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration? PoPConfiguration { get; set; }
member this.PoPConfiguration : Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration with get, set
Public Property PoPConfiguration As PoPAuthenticationConfiguration

Property Value

Applies to