I want my users to login using their social accounts, but I want to make sure they completed MFA as part of login. If users didn’t complete MFA I want to deny access and force them to go through approve list of MFA. Is this possible?
Thanks in advance
Hi @kameshraj ,
Welcome to the Auth0 Community!
I understand you want to force MFA for all users logging in with their social accounts. This can be done by selecting “Always” under Require Multi-factor Auth under the MFA configuration. This doc explains how to enable MFA.
Hope this helps!