You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/identityserver/fundamentals/openid-connect-events.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ From here you can use the `options.Events` property to subscribe to the events y
62
62
63
63
## OpenID Connect Events
64
64
65
-
All events either occur before a request is sent to the identity provider or after a response is received from the
65
+
All events either occur before a request is sent to the identity provider, or after a response is received from the
66
66
identity provider. Understanding the direction of these events can help you determine when to subscribe to them. Let's call events coming from the identity provider **incoming** and events going to the identity provider **outgoing** for an easier understanding.
0 commit comments