“Silently sign in users to the OneDrive sync client with their Windows credentials” seems to have stopped working

Carl94580345 36 Reputation points
2021-07-22T20:35:24.023+00:00

GPO setting “Silently sign in users to the OneDrive sync client with their Windows credentials” seems to have stopped working since we switched from ADFS to a hosted 3nd party provider. I seem to recall Microsoft has an Office 365 system to desktop apps to authenticate. I cannot remember what the service was named.

Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Microsoft 365 and Office | OneDrive | For business | Windows
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Emily Hua-MSFT 27,796 Reputation points
    2021-07-23T07:06:04.987+00:00

    @Carl94580345

    Do you mean the SSO?
    If yes, please verify that SSO is working correctly manually.
    As the link suggested, you need to temporarily force ADAL on by running following command.
    reg add HKCU\Software\Microsoft\OneDrive /v EnableADAL /t REG_DWORD /d 1 /f
    (Serious problems might occur if you modify the registry incorrectly. Before you modify it, back up the registry for restoration in case problems occur.)

    As Silently configure user accounts works for computers that are joined to Azure Active Directory (Azure AD), and your issue is also realted to authentication, to better help you, I would suggest you add the tag "azure-active-directory" and "azure-ad-authentication".

    Thanks for your understanding.


    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.


  2. Carl94580345 36 Reputation points
    2021-08-16T20:12:20.62+00:00

    I added the registry entry EnableADAL and it broke the OneDrive agent. The agent had no config at all.

    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.