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
Description
There has been a request for LoginEvent be reported when the current user authenticates for the first time (or re-authenticates). The current workaround is to use SecurityIdentityAugmentor which can not detect if it is a new OIDC code flow authentication or not
Implementation ideas
We already have a new_authentication property set on RoutingContext when the code flow starts but it does not work in all the cases.
It can make sense to introduce an interface like OidcAuthenticationListener (or similarly named) which will capture not only Login but Logout, auto-reauthentication via refreshing the tokens, etc
The text was updated successfully, but these errors were encountered:
Description
There has been a request for LoginEvent be reported when the current user authenticates for the first time (or re-authenticates). The current workaround is to use
SecurityIdentityAugmentor
which can not detect if it is a new OIDC code flow authentication or notImplementation ideas
We already have a
new_authentication
property set onRoutingContext
when the code flow starts but it does not work in all the cases.It can make sense to introduce an interface like
OidcAuthenticationListener
(or similarly named) which will capture not only Login but Logout, auto-reauthentication via refreshing the tokens, etcThe text was updated successfully, but these errors were encountered: