Forum Discussion
Tony Rogers
Sep 21, 2018Copper Contributor
Preventing Multiple MFA checks for Office 365 users
Hi, I'm looking for suggestions to improve the experience of Office 365 users with MFA. We're using Conditional Access in Azure AD to apply MFA to Office 365 users coming from outside the corp...
- Sep 21, 2018
I believe each app have it's own auth token which gets issued after login with MFA in this case. Each app you configure with conditional access with MFA will ask upon access! I think there are some services that share this token though..
You can lower the MFA requests though by configure MFA for trusted devices in the policy to bypass reauthentication for a chosen period, but this doesn't affect that you still have separate MFA prompts for different apps..
/ Adam
Sep 21, 2018
I believe each app have it's own auth token which gets issued after login with MFA in this case. Each app you configure with conditional access with MFA will ask upon access! I think there are some services that share this token though..
You can lower the MFA requests though by configure MFA for trusted devices in the policy to bypass reauthentication for a chosen period, but this doesn't affect that you still have separate MFA prompts for different apps..
/ Adam
Rob de Roos
Feb 16, 2024Iron Contributor
adam deltinger is there an official article by Microsoft stating this behavior?