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>)

적용 대상