OpenIdConnectHandler 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
OpenIdConnectAuthenticationMiddleware에 대한 요청별 인증 처리기입니다.
public ref class OpenIdConnectHandler : Microsoft::AspNetCore::Authentication::RemoteAuthenticationHandler<Microsoft::AspNetCore::Builder::OpenIdConnectOptions ^>
public ref class OpenIdConnectHandler : Microsoft::AspNetCore::Authentication::RemoteAuthenticationHandler<Microsoft::AspNetCore::Authentication::OpenIdConnect::OpenIdConnectOptions ^>, Microsoft::AspNetCore::Authentication::IAuthenticationSignOutHandler
public class OpenIdConnectHandler : Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler<Microsoft.AspNetCore.Builder.OpenIdConnectOptions>
public class OpenIdConnectHandler : Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler<Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectOptions>, Microsoft.AspNetCore.Authentication.IAuthenticationSignOutHandler
type OpenIdConnectHandler = class
inherit RemoteAuthenticationHandler<OpenIdConnectOptions>
type OpenIdConnectHandler = class
inherit RemoteAuthenticationHandler<OpenIdConnectOptions>
interface IAuthenticationSignOutHandler
interface IAuthenticationHandler
Public Class OpenIdConnectHandler
Inherits RemoteAuthenticationHandler(Of OpenIdConnectOptions)
Public Class OpenIdConnectHandler
Inherits RemoteAuthenticationHandler(Of OpenIdConnectOptions)
Implements IAuthenticationSignOutHandler
- 상속
-
OpenIdConnectHandler
- 상속
-
OpenIdConnectHandler
- 구현
생성자
OpenIdConnectHandler(HttpClient, HtmlEncoder) |
OpenIdConnectAuthenticationMiddleware에 대한 요청별 인증 처리기입니다. |
OpenIdConnectHandler(IOptionsMonitor<OpenIdConnectOptions>, ILoggerFactory, HtmlEncoder, UrlEncoder, ISystemClock) |
사용되지 않음.
OpenIdConnectHandler새 인스턴스를 초기화합니다. |
OpenIdConnectHandler(IOptionsMonitor<OpenIdConnectOptions>, ILoggerFactory, HtmlEncoder, UrlEncoder) |
OpenIdConnectHandler새 인스턴스를 초기화합니다. |
속성
Backchannel |
원격 ID 공급자와 통신하는 데 사용되는 HttpClient 가져옵니다. |
ChallengeCalled |
OpenIdConnectAuthenticationMiddleware에 대한 요청별 인증 처리기입니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
ClaimsIssuer |
클레임이 발급될 때 사용해야 하는 발급자를 가져옵니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
Clock |
사용되지 않음.
ISystemClock가져옵니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
Context |
HttpContext가져오거나 설정합니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
CurrentUri |
절대 현재 URL을 가져옵니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
Events |
처리기는 처리가 발생하는 특정 지점에서 애플리케이션 제어를 제공하는 이벤트에 대한 메서드를 호출합니다. 제공되지 않으면 메서드가 호출될 때 아무 작업도 수행하지 않는 기본 인스턴스가 제공됩니다. |
HtmlEncoder |
HtmlEncoder가져옵니다. |
InitializeResult |
OpenIdConnectAuthenticationMiddleware에 대한 요청별 인증 처리기입니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
Logger |
ILogger가져옵니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
Options |
이 인증 처리기와 연결된 옵션을 가져오거나 설정합니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
OptionsMonitor |
옵션의 변경 내용을 검색하는 IOptionsMonitor<TOptions> 가져옵니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
OriginalPath |
인증 미들웨어에서 볼 수 있는 경로를 가져옵니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
OriginalPathBase |
인증 미들웨어에서 볼 수 있는 경로 베이스를 가져옵니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
PriorHandler |
OpenIdConnectAuthenticationMiddleware에 대한 요청별 인증 처리기입니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
Request |
현재 요청과 연결된 HttpRequest 가져옵니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
Response |
현재 요청과 연결된 HttpResponse 가져옵니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
Scheme |
이 인증 처리기와 연결된 AuthenticationScheme 가져오거나 설정합니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
SignInAccepted |
OpenIdConnectAuthenticationMiddleware에 대한 요청별 인증 처리기입니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
SignInScheme |
로그인에 기본적으로 사용되는 인증 체계입니다. (다음에서 상속됨 RemoteAuthenticationHandler<TOptions>) |
SignOutAccepted |
OpenIdConnectAuthenticationMiddleware에 대한 요청별 인증 처리기입니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
TimeProvider |
주로 단위 테스트를 위한 현재 시간을 가져옵니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |
UrlEncoder |
UrlEncoder가져옵니다. (다음에서 상속됨 AuthenticationHandler<TOptions>) |