WsFederationAuthenticationNotifications Class

 

Specifies events which the WsFederationAuthenticationMiddleware invokes to enable developer control over the authentication process. />

Namespace:   Microsoft.Owin.Security.WsFederation
Assembly:  Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.WsFederation.WsFederationAuthenticationNotifications

Syntax

public class WsFederationAuthenticationNotifications
public ref class WsFederationAuthenticationNotifications 
type WsFederationAuthenticationNotifications = class end
Public Class WsFederationAuthenticationNotifications

Constructors

Name Description
System_CAPS_pubmethod WsFederationAuthenticationNotifications()

Creates a new set of notifications. Each notification has a default no-op behavior unless otherwise documented.

Properties

Name Description
System_CAPS_pubproperty AuthenticationFailed

Invoked if exceptions are thrown during request processing. The exceptions will be re-thrown after this event unless suppressed.

System_CAPS_pubproperty MessageReceived

Invoked when a protocol message is first received.

System_CAPS_pubproperty RedirectToIdentityProvider

Invoked to manipulate redirects to the identity provider for SignIn, SignOut, or Challenge.

System_CAPS_pubproperty SecurityTokenReceived

Invoked with the security token that has been extracted from the protocol message.

System_CAPS_pubproperty SecurityTokenValidated

Invoked after the security token has passed validation and a ClaimsIdentity has been generated.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Owin.Security.WsFederation Namespace

Return to top