Management

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 773 other subscribers

Social

  • LinkedIn
  • RSS Feed for Posts
  • Twitter
  • StumbleUpon

[Solved] ADFS : Enable Single Sign-on (SSO) for Edge and Chrome browser

Problem:

When users upgraded their Desktop or notebook from Windows 7 or 8.1 to Windows 10, Edge (Internet Explorer’s replacement) stopped auto-logging in people when trying to hit the Active Directory Federation Services (ADFS) server from inside the corporate network to sign in to Office 365.

Solution:

Change the ADFS WIASupportedUserAgents options

Check the current supported Browsers:

Get-ADFSProperties | Select -ExpandProperty WIASupportedUserAgents

Add Chrome and Edge browsers (in Red)

Set-AdfsProperties –WIASupportedUserAgents @(“MSAuthHost/1.0/In-Domain”,”MSIE 6.0″,”MSIE 7.0″,”MSIE 8.0″,”MSIE 9.0″,”MSIE 10.0″,”Trident/7.0″, “MSIPC”,”Windows Rights Management Client”,”Mozilla/5.0″,”Edge/12″)

Restart the ADFS service

Wait unitl finished

Again Check the supported Browsers

Get-ADFSProperties | Select -ExpandProperty WIASupportedUserAgents