JwtBearerOptions.Configuration Property

Definition

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; }
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

Property Value

Applies to