11 references to Events
Microsoft.AspNetCore.Authentication.OpenIdConnect (11)
OpenIdConnectHandler.cs (11)
137
await
Events
.RemoteSignOut(remoteSignOutContext);
259
await
Events
.RedirectToIdentityProviderForSignOut(redirectContext);
335
await
Events
.SignedOutCallbackRedirect(signOut);
468
await
Events
.RedirectToIdentityProvider(redirectContext);
564
await
Events
.PushAuthorization(context);
1219
await
Events
.MessageReceived(context);
1245
await
Events
.TokenValidated(context);
1291
await
Events
.AuthorizationCodeReceived(context);
1320
await
Events
.TokenResponseReceived(context);
1346
await
Events
.UserInformationReceived(context);
1370
await
Events
.AuthenticationFailed(context);