OpenIdConnectDefaults クラス

定義

OpenIdConnect 認証ハンドラーに関連する既定値

public ref class OpenIdConnectDefaults abstract sealed
public static class OpenIdConnectDefaults
type OpenIdConnectDefaults = class
Public Class OpenIdConnectDefaults
継承
OpenIdConnectDefaults

フィールド

AuthenticationPropertiesKey

openIdConnect プロトコル メッセージの状態を識別するために使用される定数。

AuthenticationScheme

OpenIdConnectOptions.AuthenticationScheme に使用される既定値。

Caption

OpenIdConnectOptions.Caption の既定値。

CookieNoncePrefix

Cookie 内の nonce に使用されるプレフィックス。

DisplayName

表示名の既定値。

RedirectUriForCodePropertiesKey

'authorizationCode' を要求するときに使用された RedirectUri のプロパティ。

UserstatePropertiesKey

"state" パラメーターでシリアル化された AuthenticationProperties 内のユーザー状態を識別するために使用される定数。

適用対象