- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 11:48 PM
Hi everyone, servicenow, is there a function to detect or log the information of the person who logged in using the Authenticator browser extension?
Is there such a module or table?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2025 07:21 AM
Hi @kack l
The sys_user_login_history table has the MFA_enforced column, which can tell you if MFA was used during the login with local/LDAP credentials. Currently, the table does not have information about the MFA method used during the login. We are planning to add the MFA method used column in the Zurich release.
Thanks,
Randheer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2025 05:46 PM
Thanks for your answer, that's great. The customer wants this feature. The sys_user_login_history table has the MFA_enforced column. Is it enforced by the system? Sometimes I don't use MFA authentication and it will show true.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2025 07:21 AM
Hi @kack l
The sys_user_login_history table has the MFA_enforced column, which can tell you if MFA was used during the login with local/LDAP credentials. Currently, the table does not have information about the MFA method used during the login. We are planning to add the MFA method used column in the Zurich release.
Thanks,
Randheer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2025 05:46 PM
Thanks for your answer, that's great. The customer wants this feature. The sys_user_login_history table has the MFA_enforced column. Is it enforced by the system? Sometimes I don't use MFA authentication and it will show true.