Share via


SignedHttpRequestValidationParameters.AllowedDomainsForJkuRetrieval Property

Definition

Gets or sets a list of allowed domains for 'jku' claim retrieval. The domains are not directly compared with the 'jku' claim. Allowed domain would be deemed valid if the host specified in the 'jku' claim ends with the domain value.

public System.Collections.Generic.ICollection<string> AllowedDomainsForJkuRetrieval { get; }
member this.AllowedDomainsForJkuRetrieval : System.Collections.Generic.ICollection<string>
Public ReadOnly Property AllowedDomainsForJkuRetrieval As ICollection(Of String)

Property Value

Remarks

Domains should be provided in the following format: "contoso.com" "abc.fabrikam.com"

Applies to