Outlook keep ask for password after logoff on RDS

2022-10-07T05:49:29.99+00:00

Hello
After enable modern authentication for Outlook 2019(KMS) in Exchange Online, outlook 2019 continually prompts for password when users try to connect to Microsoft 365 and registers the device in Azure AD.

Our configuration:
• RDS farm windows server 2019(Registry: SharedComputerLicensing=1, AlwaysUseMSOAuthForAutoDiscover=1)
• UPD(user profile disk)
• Office 2019 Pro Plus(KMS)
• Exchange Online
• AD FS Single Sign-On
• SharedComputerLicensing=1 not helped

Outlook for Microsoft 365 work without problems after enable modern authentication, but we use Office 2019 activates with a KMS license.

Outlook | Windows | Classic Outlook for Windows | For business
{count} vote

2 answers

Sort by: Most helpful
  1. Joyce Shen - MSFT 16,701 Reputation points
    2022-10-25T07:20:21.333+00:00

    Hi @Болдохонова Ольга Евгеньевна

    Thanks for sharing your solution above! You could accept any helpful reply to close this thread!

    According to my research: by default, Microsoft Office 365 ProPlus (2016 and 2019 version) uses Azure Active Directory Authentication Library (ADAL) framework-based authentication. Starting in build 16.0.7967, Office uses Web Account Manager (WAM) for sign-in workflows on Windows builds that are later than 15000 (Windows 10, version 1703, build 15063.138).
    There are generally two problems we see WAM causing:

    1. Users are unable to authenticate (particularly after a password reset)
    2. Users are being prompted for 2FA less frequently

    To work around the issue of users being unable to authenticate, you can add the following Registry keys on the client machine to suppress WAM and revert Outlook 2016 or Outlook 2019 back to ADAL:

    HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity "DisableADALatopWAMOverride"=dword:00000001
    HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity "DisableAADWAM"=dword:00000001

    Some related information: https://cloud.foetron.com/support/solutions/articles/14000107078-disable-adal-for-outlook-outlook-prompts-for-password
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. 2022-10-25T06:38:17.84+00:00

    Using disableADALatopWAMOverride =1 helps with password prompts. But what consequences of using of this parameter? What is it doing?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.