SignedHttpRequestValidationParameters.AllowResolvingPopKeyFromJku Property

Definition

Gets or sets a value indicating whether PoP key can be resolved from 'jku' claim. If you set this property to true, you must set values in AllowedDomainsForJkuRetrieval.

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

Property Value

Remarks

https://datatracker.ietf.org/doc/html/rfc7800#section-3.5

Applies to