Forum Discussion
PBeiler1
Jul 19, 2016Steel Contributor
MFA with Outlook 2016 on the desktop and Skype 2016
Is there a special settings for MFA to work with Outlook 2016 on the desktop and Skype 2016? After enabling MFA for my ID, the WINDOWS SECURITY dialogue (wanting my O365 credentials) does not accept...
- Jul 19, 2016
Setting MFA requres you to generate an App Passord for Outlook 2016, please see:
How to change your Ofjice365 App Password
Hal--
Hal Hostetler, CPBE
Broadcast Engineer/IT Pro
MS MVP-Outlook - WA7BGX
Jul 19, 2016
Setting MFA requres you to generate an App Passord for Outlook 2016, please see:
How to change your Ofjice365 App Password
Hal
--
Hal Hostetler, CPBE
Broadcast Engineer/IT Pro
MS MVP-Outlook - WA7BGX
Luke Franzelas
Oct 23, 2018Copper Contributor
I know app password isn't the only way.
My iphone 10 mail client allows me to sign in with my password and then I get a text with an MFA code and enter that in when adding my company account. My last company, used MFA with outlook 2016 without using app passwords. It worked after enabling modern auth in exchange.
I assume that because my iphone mail client doesn't require an app password that modern auth is already enabled. So why is my outlook client that I just downloaded from O365 today requiring app passwords. There has to be a setting.
Also, is there a way to use the microsoft authenticator instead of text. Texts don't always come through in a timely maner.
- PBeiler1Oct 23, 2018Steel Contributor
Your setup requires passwords. An app-password is a valid password. It never expires, thus not ideal. When you are asked for the password, you either give it the never-expiring app-password, or your normal one. In your case, when you give it the normal one, MFA kicks in. (An App-Password replaces MFA and was a work-around for apps that did not work with MFA). I suspect your old iPhone Mail app knows your App-Password, thus never asking for it.
You can setup more verification methods (authenticator, etc). Go to … https://MyApps.Microsoft.com, click on your photo, go to profile, go to Additional Security Verification.
- MukeshDec 02, 2018Copper Contributor
In order to use MFA with Skype For Business, We need to enable modern authentication for Skype for Business Online.
This article explains how to enable your Skype for Business Online tenant to support modern authentication.Steps to enable modern authentication for Skype for Business Online
Connect to Skype for Business Online using remote PowerShell:
Check the current status of ClientAdalAuthOverride attribute.
Get-CsOAuthConfiguration | FL *ClientAdalAuthOverride*
Now run the following command to enable modern authentication for Skype for Business Online.
Set-CsOAuthConfiguration -ClientAdalAuthOverride Allowed
Verify that the change was successful by running the following:
Get-CsOAuthConfiguration
Post making the PowerShell changes it may take 15 minutes to couple of hours for the changes to take affect.
Ref Link
Skype for Business Online: Enable your tenant for modern authentication
Skype for Business topologies supported with Modern Authentication
Enable or disable modern authentication in Exchange Online
Modern authentication behavior across Office 2013 and Office 2016
Regards
Mukesh Rawat