How is MFA enabled per user — manual or automated?
question2 connections
Audience asks whether enabling MFA per user is done manually or by automation. Andrei answers that a SQL query identifies users with four or more active login sessions and MFA is enabled for them automatically from that list.
answer_summary
Automated: a SQL query on the login_sessions table identifies users with 4+ active sessions and MFA is enabled for them.
questionHow is MFA enabled per user — manual or automated?