OpenIdConnectAuthenticationNotifications Class

 

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

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

System::Object
  Microsoft.Owin.Security.OpenIdConnect::OpenIdConnectAuthenticationNotifications

public ref class OpenIdConnectAuthenticationNotifications 

NameDescription
System_CAPS_pubmethodOpenIdConnectAuthenticationNotifications()

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

NameDescription
System_CAPS_pubpropertyAuthenticationFailed

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

System_CAPS_pubpropertyAuthorizationCodeReceived

Invoked after security token validation if an authorization code is present in the protocol message.

System_CAPS_pubpropertyMessageReceived

Invoked when a protocol message is first received.

System_CAPS_pubpropertyRedirectToIdentityProvider

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

System_CAPS_pubpropertySecurityTokenReceived

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

System_CAPS_pubpropertySecurityTokenValidated

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: