Description
Provide authentication type details on Event when a User registers
Problem
The user.login.success
event (doc) includes information on the authenticationType
and IdP Id/name (if applicable).
A new user registration logs the user into the application without firing the user.login.success
event, but the user.create.complete
(doc) and user.registration.create.complete
(doc) events do not include the authenticationType
and IdP information.
Solution
Include authentication type and IdP information in an event fired during new user registration by either:
- Adding this information to one of the events that fires during new user registration
- Firing the
user.login.success
event during new user registration when the user is authenticated afterward
Alternatives/workarounds
Listen for user.login.success
events for future user logins, but this does not capture the login method when the user registered for the first time.
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
How to vote
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.