PoPAuthenticationConfiguration.SignHttpRequest 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.
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.