TokenValidationParameters.ConfigurationManager 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.
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