Hi,
I'm using Windows Server 2012 R2, to host my ADFS platform. I have configured Azure ACS to interact w/ ADFS, and am in the process of working the SSO Windows Integrated Authentication in the mix.
I read at http://technet.microsoft.com/en-us/library/dn280949.aspx
"Windows authentication is not supported on all browsers. The authentication mechanism detects the user's browser user agent and uses a customizable setting to determine whether the user agent supports Windows Authentication".
It says you can use the powershell command "Set-AdfsProperties -WIASupportedUserAgents" to set the strings.
When I execute "Get-AdfsProperties", I get back a list, which contains:
WIASupportedUserAgents => {MSIE 6.0, MSIE 7.0, MSIE 8.0, MSIE 9.0...}
How can I retrieve the full list? I'd like to see what is behind the "..."
I tried to execute "Get-AdfsProperties -WIASupportedUserAgents", but that does not work.
Any ideas?