Forum Discussion
PKlapwijk
Feb 03, 2017MVP
Outlook prompts for password using ADFS 3.0
Hi all, I have an environment with Exchange 2010 in a hybrid setup with Office 365. We have ADFS 3.0 running which is working fine when, for example, we logon to portal.office.com. We migrated ...
Muditha
Feb 03, 2017MCT
Did you try troubleshooting steps shown here? - https://support.microsoft.com/en-us/help/2535227/a-federated-user-is-prompted-unexpectedly-to-enter-their-work-or-school-account-credentials
- PKlapwijkFeb 03, 2017MVPHi,
Yes I did. Adfs itself works fine by using the browser, but only not when using Outlook 2016- Graham LindsayJan 29, 2020Copper Contributor
PKlapwijk Although this is an old article. I just wanted to add my findings as i have experienced exactly this.
What solved my problem was https://support.microsoft.com/en-gb/help/3126599/outlook-prompts-for-password-when-modern-authentication-is-enabled
This fix was:
- HKEY_CURRENT_USER\Software\Microsoft\Exchange
- On the Edit menu, point to New, and then click DWORD Value.
- Type AlwaysUseMSOAuthForAutoDiscover, and then press Enter.
- Right-click AlwaysUseMSOAuthForAutoDiscover, and then click Modify.
- In the Value data box, type 1, and then click OK.
- HKEY_CURRENT_USER\Software\Microsoft\Exchange
- VasilMichevFeb 03, 2017MVP
For real SSO experience in Outlook you need Modern authentication enabled. Otherwise you get the basic auth prompt, that's the expected behavior. If you want more info check the AD FS whitepapers: https://www.microsoft.com/en-us/download/details.aspx?id=36391
- VasilMichevFeb 03, 2017MVP
Oh, and Modern auth needs to be enabled both client-side and server-side.