Report for users by login method?
-
Hi all, is it possible to see a report about different login methods?
I want to get a feel for how many users use which method (normal sign in, passwordless, different identity providers) to understand how the system is being used.
-
There's no built in reporting for login methods.
If you think that'd be worthwhile, please file a github issue with more details about the use case.
However, you could set up a webhook on the login event and record the
event.authenticationType
in an external datastore.