Unable to get Edge Beta or Dev to actually honor RoamingProfileSupportEnabled setting

Copper Contributor

It was called out that in the latest beta version of Edge (85+) that on-premises cloudless sync should be working in the form of support for the RoamingProfileSupportEnabled GPO/registry setting.  I installed a copy of Edge beta and I enabled that setting via GPO, but Edge does not seem to honor it.  I see that it has created the registry item in HKLM\Software\Policies\Microsoft\Edge, but Edge does not create the folder/file in the AppData\Roaming\Microsoft directory.  

 

How exactly does one get this to work?  This is a blocking issue for deploying Edge in my organization; we use roaming profiles but we do not use cloud sync at all.

7 Replies

@billroland This setting works with on-premise Active Directory profiles, which you can enable with the ConfigureOnPremisesAccountAutoSignIn policy. We will soon publish a dedicated documentation page for this feature which will include this plus a few other tips.

@scottbo_msft Thanks, but that doesn't actually seem to work either.  When I enable that setting, it picks up my Active Directory account without any problem, but then wants me to "complete signing in" which then drives me to try and log into Microsoft online services.  It doesn't find an account there because there isn't one.  Am I missing something?

@scottbo_msft Is that documentation page available yet? 

 

I was able to get Edge 85 stable to create the Roaming profile .pb file using ConfigureOnPremisesAccountAutoSignIn (this DEFINITELY needs to be mentioned as a requirement in the settings reference for RoamingProfileSupportEnabled) set to 1, BUT the first time I open Edge with that combination of options set on every machine, I get a pop-up (see attached) saying sync isn't available for this account (is this still referring to cloud sync??). However, when I go into settings, it then says "Sync is on" with a green check mark, and the roaming profile.pb file is populating correctly.

 

What is the purpose of that pop-up? Why is automatic on-prem domain sign-in a requirement for using the roaming profile creation mechanism (what is the benefit)? Am I missing it, or is there a policy combination to force on-prem domain sign-in but disallow creation of other "local" Edge profile and disallow signing into other Microsoft Online accounts? With Google Chrome, we can enable Roaming Profile Support, and the requirement is that SyncDisabled must not be in use, which means users can sign into Google accounts and sync appears to be on in the GUI, but it does not actually sync anything to the cloud since it is syncing locally to the profile.pb. With Edge's implementation, if we are using Roaming Profiles on-prem, and just want Edge to write to a profile.pb in %APPDATA%, is there a way to prevent users from signing in with a Microsoft cloud account and syncing to the cloud? (I know we can block consumer MSA login via group policy). Because, in testing, I noticed that, if one creates an additional profile in Edge and signs in with an unrelated Microsoft cloud account, the on-prem domain account profile in Edge will stop writing to the roaming .pb file (but will still say "Sync is on").

 

And finally, does RoamingProfileSupport on only support a single profile in Edge? Edge by default stores the roaming info in %APPDATA%\Microsoft\Edge\User Data\profile.pb and seems to only do this for the SSO-enabled on-prem AD account profile in Edge. Google Chrome, on the other hand, when using RoamingProfileSupport, uses individual per-Chrome-profile subfolders (e.g. %APPDATA%\Google\Chrome\User Data\Default\profile.pb). So with Edge's implementation, locked to the on-prem AD account the user is signed in with as it seems to be, is there no way to capture/roam additional profiles created by the user? (some power users do this to maintain distinct browser environments)

@billroland @scottbo_msft

 

We also get the same error configured RoamingProfileSupportEnabled and ConfigureOnPremisesAccountAutoSignIn using Stable v85 and also get the "Complete Sign-In" prompt and no file saved in the roaming folder? We need to get this working as its stopping us deploy it for one of our large clients.

 

 

@stempleton hello !
I'am in Edge V89.0.

I set 2 keys in registry for chrome :

RoamingProfileLocation - REG_SZ : "\\My_SHARE\${user_name}\AppData\Roaming\Google\Chrome"

RoamingProfileSupportEnabled - REG_DWORD - 1

 

This works wonderfull for Chrome.

I do the same for Edge, and folder for my test user, is still not created.

 

Have you found a solution ? 
What about ConfigureOnPremisesAccountAutoSignIn ? because this is not a required setting for chrome...

@Jbouille78 

 

Yes we did get it working but took a lot of trial and error and was a while ago now but looking through the GPO's we set 

Computer Configuration - Policies - Administrative Templates - Microsoft Edge - We also have the some user configuration too

stempleton_0-1629211018833.png

stempleton_1-1629210770437.png

 

 

User Configuration; 

stempleton_0-1629210712148.png

 

@stempleton 

thanks for your quick reply !

 

it seems in my case that adding your user configuration "configure automatic sing in ..." solve this.

 

thanks a lot !