OpenIdConnectMiddleware クラス

定義

OpenIdConnect プロトコルを使用して ID を取得するためのミドルウェアを ASP.NET Coreします。

public ref class OpenIdConnectMiddleware : Microsoft::AspNetCore::Authentication::AuthenticationMiddleware<Microsoft::AspNetCore::Builder::OpenIdConnectOptions ^>
public class OpenIdConnectMiddleware : Microsoft.AspNetCore.Authentication.AuthenticationMiddleware<Microsoft.AspNetCore.Builder.OpenIdConnectOptions>
type OpenIdConnectMiddleware = class
    inherit AuthenticationMiddleware<OpenIdConnectOptions>
Public Class OpenIdConnectMiddleware
Inherits AuthenticationMiddleware(Of OpenIdConnectOptions)
継承

コンストラクター

OpenIdConnectMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IServiceProvider, IOptions<SharedAuthenticationOptions>, IOptions<OpenIdConnectOptions>, HtmlEncoder)

を初期化します。 OpenIdConnectMiddleware

プロパティ

AuthenticationScheme

OpenIdConnect プロトコルを使用して ID を取得するためのミドルウェアを ASP.NET Coreします。

(継承元 AuthenticationMiddleware<TOptions>)
Backchannel

OpenIdConnect プロトコルを使用して ID を取得するためのミドルウェアを ASP.NET Coreします。

HtmlEncoder

OpenIdConnect プロトコルを使用して ID を取得するためのミドルウェアを ASP.NET Coreします。

Logger

OpenIdConnect プロトコルを使用して ID を取得するためのミドルウェアを ASP.NET Coreします。

(継承元 AuthenticationMiddleware<TOptions>)
Options

OpenIdConnect プロトコルを使用して ID を取得するためのミドルウェアを ASP.NET Coreします。

(継承元 AuthenticationMiddleware<TOptions>)
UrlEncoder

OpenIdConnect プロトコルを使用して ID を取得するためのミドルウェアを ASP.NET Coreします。

(継承元 AuthenticationMiddleware<TOptions>)

メソッド

CreateHandler()

認証関連の AuthenticationHandler<TOptions> 要求を処理するための オブジェクトを提供します。

Invoke(HttpContext)

OpenIdConnect プロトコルを使用して ID を取得するためのミドルウェアを ASP.NET Coreします。

(継承元 AuthenticationMiddleware<TOptions>)

適用対象