Microsoft.AspNetCore.Authentication.WsFederation Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains types that enable support for WSFederation based authentication.
Classes
AuthenticationFailedContext |
The context object used in for AuthenticationFailed(AuthenticationFailedContext). |
MessageReceivedContext |
The context object used for MessageReceived(MessageReceivedContext). |
RedirectContext |
When a user configures the WsFederationHandler to be notified prior to redirecting to an IdentityProvider an instance of RedirectContext is passed to the 'RedirectToAuthenticationEndpoint' or 'RedirectToEndSessionEndpoint' events. |
RemoteSignOutContext |
An event context for RemoteSignOut. |
SecurityTokenReceivedContext |
This Context can be used to be informed when an 'AuthorizationCode' is redeemed for tokens at the token endpoint. |
SecurityTokenValidatedContext |
The context object used for SecurityTokenValidated(SecurityTokenValidatedContext). |
WsFederationDefaults |
Default values related to WsFederation authentication handler |
WsFederationEvents |
Specifies events which the WsFederationHandler invokes to enable developer control over the authentication process. /> |
WsFederationHandler |
A per-request authentication handler for the WsFederation. |
WsFederationOptions |
Configuration options for WsFederationHandler |
WsFederationPostConfigureOptions |
Used to setup defaults for all WsFederationOptions. |
Remarks
For more information about using WSFederation based authentication, see Authenticate users with WS-Federation in ASP.NET Core.