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

Carl94580345 31 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.

Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,010 questions
OneDrive Management
OneDrive Management
OneDrive: A Microsoft file hosting and synchronization service.Management: The act or process of organizing, handling, directing or controlling something.
1,136 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Emily Hua-MSFT 27,526 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 31 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