Forum Discussion
ahelton_kcl
Apr 06, 2023Brass Contributor
Bug? Restrict which accounts can be used as Microsoft Edge primary accounts prevents auto sign-in
Hi, I just yesterday enabled the "Restrict which accounts can be used as Microsoft Edge primary accounts" in Configuration Profiles and deployed it to my dev machine. I then performed a Wipe from...
- Aug 17, 2023
Hi,
I'm sure you would have found the resolution to this issue but just to update anyone else who stumbles across this post. I have resolved this after reviewing the following: https://www.inthecloud247.com/block-personal-accounts-from-syncing-in-microsoft-edge-with-microsoft-intune/ and https://admx.help/?Category=EdgeChromium&Policy=Microsoft.Policies.Edge::RestrictSigninToPattern&Language=nb-no
This policy uses a regular expression rule so needs to include the preceding dot(.). This needs to be configured as follows:
.*@domain.com
Adin_Calkic
Apr 13, 2023Steel Contributor
Hi, one thing I would like to mention is that for some reason domain is case-sensitive.
For some reason if you add domain with upper case, it might create a problem. Now, when your domain is added, please check wording, and then add it like that to your Intune policy.
I hope this helps, I had this same issue, but this was my fix.
For some reason if you add domain with upper case, it might create a problem. Now, when your domain is added, please check wording, and then add it like that to your Intune policy.
I hope this helps, I had this same issue, but this was my fix.
- ahelton_kclApr 17, 2023Brass ContributorI think it was all lowercase. I'll try it again later to see if things still break when I enable this policy.