WsFederationEvents 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에서 인증 프로세스를 개발자가 WsFederationHandler 제어할 수 있도록 호출하는 이벤트를 지정합니다. />
public ref class WsFederationEvents : Microsoft::AspNetCore::Authentication::RemoteAuthenticationEvents
public class WsFederationEvents : Microsoft.AspNetCore.Authentication.RemoteAuthenticationEvents
type WsFederationEvents = class
inherit RemoteAuthenticationEvents
Public Class WsFederationEvents
Inherits RemoteAuthenticationEvents
- 상속
생성자
WsFederationEvents() |
에서 인증 프로세스를 개발자가 WsFederationHandler 제어할 수 있도록 호출하는 이벤트를 지정합니다. /> |
속성
OnAccessDenied |
원격 서버에서 액세스 거부 오류를 반환할 때 호출됩니다. (다음에서 상속됨 RemoteAuthenticationEvents) |
OnAuthenticationFailed |
요청 처리 중 예외가 발생하면 호출됩니다. 표시되지 않도록 설정하지 않은 경우 이 이벤트 후에 예외가 다시 발생합니다. |
OnMessageReceived |
프로토콜 메시지를 처음 수신할 때 호출됩니다. |
OnRedirectToIdentityProvider |
SignIn, SignOut 또는 Challenge에 대한 ID 공급자로 리디렉션을 조작하기 위해 호출됩니다. |
OnRemoteFailure |
원격 오류가 있을 때 호출됩니다. (다음에서 상속됨 RemoteAuthenticationEvents) |
OnRemoteSignOut |
RemoteSignOutPath 엔드포인트에서 wsignoutcleanup 요청을 수신할 때 호출됩니다. |
OnSecurityTokenReceived |
프로토콜 메시지에서 추출된 보안 토큰을 사용하여 호출됩니다. |
OnSecurityTokenValidated |
보안 토큰이 검증을 통과하고 ClaimsIdentity가 생성된 후 호출됩니다. |
OnTicketReceived |
원격 티켓을 받은 후 호출됩니다. (다음에서 상속됨 RemoteAuthenticationEvents) |
메서드
AccessDenied(AccessDeniedContext) |
원격 서버에서 액세스 거부 오류를 반환할 때 호출됩니다. (다음에서 상속됨 RemoteAuthenticationEvents) |
AuthenticationFailed(AuthenticationFailedContext) |
요청 처리 중 예외가 발생하면 호출됩니다. 표시되지 않도록 설정하지 않은 경우 이 이벤트 후에 예외가 다시 발생합니다. |
MessageReceived(MessageReceivedContext) |
프로토콜 메시지를 처음 수신할 때 호출됩니다. |
RedirectToIdentityProvider(RedirectContext) |
SignIn, SignOut 또는 Challenge에 대한 ID 공급자로 리디렉션을 조작하기 위해 호출됩니다. |
RemoteFailure(FailureContext) |
원격 오류가 있을 때 호출됨 (다음에서 상속됨 RemoteAuthenticationEvents) |
RemoteFailure(RemoteFailureContext) |
원격 오류가 있을 때 호출됩니다. (다음에서 상속됨 RemoteAuthenticationEvents) |
RemoteSignOut(RemoteSignOutContext) |
RemoteSignOutPath 엔드포인트에서 wsignoutcleanup 요청을 수신할 때 호출됩니다. |
SecurityTokenReceived(SecurityTokenReceivedContext) |
프로토콜 메시지에서 추출된 보안 토큰을 사용하여 호출됩니다. |
SecurityTokenValidated(SecurityTokenValidatedContext) |
보안 토큰이 검증을 통과하고 ClaimsIdentity가 생성된 후 호출됩니다. |
TicketReceived(TicketReceivedContext) |
원격 티켓을 받은 후 호출됩니다. (다음에서 상속됨 RemoteAuthenticationEvents) |