OpenIdConnectAuthenticationNotifications Class
Specifies events which the OpenIdConnectAuthenticationMiddleware invokes to enable developer control over the authentication process. />
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
| Name | Description | |
|---|---|---|
![]() | OpenIdConnectAuthenticationNotifications() | Creates a new set of notifications. Each notification has a default no-op behavior unless otherwise documented. |
| Name | Description | |
|---|---|---|
![]() | AuthenticationFailed | Invoked if exceptions are thrown during request processing. The exceptions will be re-thrown after this event unless suppressed. |
![]() | AuthorizationCodeReceived | Invoked after security token validation if an authorization code is present in the protocol message. |
![]() | MessageReceived | Invoked when a protocol message is first received. |
![]() | RedirectToIdentityProvider | Invoked to manipulate redirects to the identity provider for SignIn, SignOut, or Challenge. |
![]() | SecurityTokenReceived | Invoked with the security token that has been extracted from the protocol message. |
![]() | SecurityTokenValidated | Invoked after the security token has passed validation and a ClaimsIdentity has been generated. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


