ADFS SSO Is Not Working On Chrome

Rishabh Jain | Wed, 01 Sep 2021 at 19:42 hours | Replies : 1 | Points : 100

Category : Active Directory


Hi Team,

 

ADFS SSO is not working on chrome. Please suggest the steps to troubleshoot and solution.

 

 

Thanks

Rishabh


Login Now Sign up



Note : You are required to log-in to answer this Question.


Hi Rishabh,

 

Please run below Command and check if supported browsers are added under WIASupportedUserAgents properties of ADFS. 

Get-ADFSProperties | Select -ExpandProperty WIASupportedUserAgents

 

if Chorme is not added then Run below Command.

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

 

Run below command to make sure above entries are updated.

Get-ADFSProperties | Select -ExpandProperty WIASupportedUserAgents

 

And then Restart the ADFS Service. Hope it will help you.

Login Now Sign up



Note : You are required to log-in to answer this Question.