Hi All, I am having trouble implementing SSO. My environment: RDGW with RDWA ---> RDCB ---> 2 x RDSH. All servers are 2012 R2 and clients are a mixture of Windows 7 & 8.
Currently, users need only supply their credentials once to log into RDWA to launch a RemoteApp and "Connect to remote PC" from within RDWA prompts the user for authentication once.
I would really like to avoid users having to enter any authentication details from domain joined computers connecting from both internal and external.
I made changes to RDWG: %windir%\Web\RDWeb\Pages\web.config to enable WebSSO - it is documented clearly in the file how to enable Windows Authentication. [You must also enable Windows Authentication in IIS for Default Web Site. I also disabled Anonymous Authentication but perhaps this is not necessary.]
WebSSO works, however, every time a published app is launched the user is prompted for credentials. Also, "Connect to remote PC" prompts the user for authentication twice.
There is a lot of documentation relating to GP settings but it seems to apply to 2008 and 2008 R2. What else needs to be done to 2012 for a complete SSO solution?
Many thanks.