Forum Discussion
Conditional policies in Azure AD vs. Intune
- Jul 02, 2017
I have not found any pitfalls to enabling modern authentication for EXO or Skype for business.
In my experience, it may take a few days before the setting will take effect for the SFB whereas there doesn't seem to be much delay for it to begin working in EXO.
One thing you may run into is your Global Admins may struggle to get remote powershell to work after enabling MFA on their accounts. To solve this, download the latest powershell modules for SFB and Exchange.
Skype Powershell Module Download
http://go.microsoft.com/fwlink/?LinkId=294688
New Exchange PowerShell Module that supports MFA
https://technet.microsoft.com/en-us/library/mt775114(v=exchg.160).aspx
The conditional access for Intune is merging into the Azure AD Premium conditional access in the Azure portal (http://portal.azure.com).
If you have a device enrolled in Intune, conditional access in Azure AD can leverage that to check compliance.
Joe Stocker and there is no ADFS requirement for any of this to work correct?
- Robert WoodsJul 03, 2017Steel Contributor
Thanks Dean_Gross. We want to use the Conditional Policies but just use password sync and not ADFS. I just wanted to triple check that turning on Modern Auth which seems to be required for the conditional policies to work was not going to hose any of my users that are still on 2013 apps.
- Joe StockerJul 03, 2017Bronze Contributor
Robert,
Since you mentioned you have users on Office 2013, you will need to roll out two registry keys as described here:
This is not required for Office 2016, as it supports modern authentication by default.
Note: If you do not roll out these registry keys, but you run the two powershell commands in your tenant for Exchange and Skype to support MFA, it does no harm. Just keep in mind the following sequence:
- enable Modern Auth (MFA) at the tenant level by running the two powershell commands (one for Skype and one for Exchange
- Roll out registry keys for Office 2013
- Enable users for MFA
So as you can see, until you enable a user for MFA, there is no impact to the users. Prior to enabling a user for MFA, just be sure to deploy the reg keys to them.
- Dean_GrossJul 03, 2017Silver Contributor
Making decisions like this is always challenging because the requirements keep changing.
Have you seen this announcement? you can try to keep up with the changes at https://docs.microsoft.com/en-us/intune/whats-new.
Week of June 5, 2017 Microsoft Intune and Conditional Access admin consoles are generally available
We’re announcing the general availability of both the new Intune on Azure admin console and the Conditional Access admin console. Through Intune on Azure, you can now manage all Intune MAM and MDM capabilities in one consolidated admin experience, and leverage Azure AD grouping and targeting. Conditional access in Azure brings rich capabilities across Azure AD and Intune together in one unified console. And from an administrative experience, moving to the Azure platform allows you to use modern browsers
- Dean_GrossJul 03, 2017Silver Contributor
Make sure to update Azure AD Connect, there was a Security Advisory last week https://technet.microsoft.com/en-us/library/security/4033453.aspx?f=255&MSPPError=-2147217396
- Robert WoodsJul 03, 2017Steel Contributor
Yep that one is on change control for today!