JwtBearerOptions.Configuration 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.
Configuration provided directly by the developer. If provided, then MetadataAddress and the Backchannel properties will not be used. This information should not be updated during request processing.
public:
property Microsoft::IdentityModel::Protocols::OpenIdConnect::OpenIdConnectConfiguration ^ Configuration { Microsoft::IdentityModel::Protocols::OpenIdConnect::OpenIdConnectConfiguration ^ get(); void set(Microsoft::IdentityModel::Protocols::OpenIdConnect::OpenIdConnectConfiguration ^ value); };
public Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration Configuration { get; set; }
member this.Configuration : Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration with get, set
Public Property Configuration As OpenIdConnectConfiguration