TokenValidationParameters.ConfigurationManager Property

Definition

If set, this property will be used to obtain the issuer and signing keys associated with the metadata endpoint of Issuer. The obtained issuer and signing keys will then be used along with those present on the TokenValidationParameters for validation of the incoming token.

public Microsoft.IdentityModel.Tokens.BaseConfigurationManager ConfigurationManager { get; set; }
member this.ConfigurationManager : Microsoft.IdentityModel.Tokens.BaseConfigurationManager with get, set
Public Property ConfigurationManager As BaseConfigurationManager

Property Value

Applies to