Share via


PoPAuthenticationConfiguration.SignHttpRequest Property

Definition

Allows app developers to bypass the creation of the SignedHttpRequest envelope by setting this property to false. App developers can use a package like Microsoft.IdentityModel.Protocols.SignedHttpRequest to later create and sign the envelope.

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

Property Value

Remarks

If set to false, you do not need to implement the Sign(Byte[]) method when using custom keys.

Applies to