OpenIdConnectOptions 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
OpenIdConnectOptions() |
初始化新的 OpenIdConnectOptions |
OpenIdConnectOptions(String) |
初始化新的 OpenIdConnectOptions |
OpenIdConnectOptions()
初始化新的 OpenIdConnectOptions
public:
OpenIdConnectOptions();
public OpenIdConnectOptions ();
Public Sub New ()
適用於
OpenIdConnectOptions(String)
初始化新的 OpenIdConnectOptions
public:
OpenIdConnectOptions(System::String ^ authenticationScheme);
public OpenIdConnectOptions (string authenticationScheme);
new Microsoft.AspNetCore.Builder.OpenIdConnectOptions : string -> Microsoft.AspNetCore.Builder.OpenIdConnectOptions
Public Sub New (authenticationScheme As String)
參數
- authenticationScheme
- String
將用於建立 ClaimsIdentity AuthenticationScheme 屬性的 。
備註
預設:
AddNonceToRequest:true。
BackchannelTimeout:1 分鐘。
標題: Caption 。
ProtocolValidator:新的 OpenIdConnectProtocolValidator 。
RefreshOnIssuerKeyNotFound: true
ResponseType: CodeIdToken
範圍: OpenIdProfile 。
TokenValidationParameters:使用 AuthenticationScheme = authenticationScheme 的 new TokenValidationParameters 。
UseTokenLifetime:false。