SignedHttpRequestValidationParameters.AllowedDomainsForJkuRetrieval 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.
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"