24.2 C
Dubai
Friday, March 29, 2024

Adding Edge Browser Support to Support ADFS

By default Windows Server 2012 R2 ADFS 3.0 Setup Doesn’t support Edge Browsers.

To Add Support –

Set-ADFSProperties –ExtendedProtectionTokenCheck None

Get Properties –

Get-ADFSProperties | Select  -ExpandProperty WIASupportedUserAgents
$Props=Get-ADFSProperties | Select -ExpandProperty WIASupportedUserAgents
$Props=$Props+"Mozilla/5.0"
$Props=$Props+"Edge/12"
$Props=$Props+"Edge/14"
$Props
Set-ADFSProperties -WIASupportedUserAgents $Props
Restart-Service adfssrv

image

 

  • Still Edge Private mode gives ADFS Basic authentication prompt.  (No fix found so far)
Satheshwaran Manoharan
Satheshwaran Manoharanhttps://www.azure365pro.com
Award-winning Technology Leader with a wealth of experience running large teams and diversified industry exposure in cloud computing. From shipping lines to rolling stocks.In-depth expertise in driving cloud adoption strategies and modernizing systems to cloud native. Specialized in Microsoft Cloud, DevOps, and Microsoft 365 Stack and conducted numerous successful projects worldwide. Also, Acting as a Technical Advisor for various start-ups.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

× How can I help you?