I manage my Azure Active Directory - MyProjectAAD. I've added external users as guest from another Azure Active Directory - MyCompanyAAD
When [email protected] wants to login to app, that is registered in MyCompanyAAD, two factor authentication is enforced. Note: User is redirected to custom Enterprise Sign On Page and custom second authentication page
However, when the same users wants to login to app, that is registered in MyProjectAAD where he is guest, two factor authentication is not enforced and I want to enfornce it. User is only redirected to the same custom Enterprise Sign on as in previous case, but no second factor authentication page
How do I enable two factor authentication for guest users in my Azure Active Directory?