Remote Desktop Farm Single Sign-On

What is Single Sign-On?

When applied to Terminal Services (TS), Single Sign-On means using the credentials of the currently logged on user (also called default credentials) to log on to a remote computer. If you use the same user name and password logging on to your local computer and connecting to a Terminal Server, enabling Single Sign-On will allow you to do it seamlessly, without having to type in your password again.

Locally logged on credentials are used for connecting to TS Web Access, however, they cannot be shared across TS Web Access and Terminal Services or TS Gateway. Thus you will need to enable the Group Policy settings described below in order to use locally logged on credentials for Terminal Services or TS Gateway connections.

How to enable Single Sign-On?

Single sign-On can be enabled using domain or local group policy.

  1. Log on to your local machine as an administrator.
  2. Start Group Policy Editor – “gpedit.msc”.
  3. Navigate to “Computer Configuration\Administrative Templates\System\Credentials Delegation”Single_Sign-On_Terminal_Services_Client_Terminal_Server_Connection1
  4. Double-click the “Allow Delegating Default Credentials” policy.
  5. Enable the policy and then click on the “Show” button to get to the server list.Single_Sign-On_Terminal_Services_Client_Terminal_Server_Connection2
  6. Add “TERMSRV/<Your server name>” to the server list. You can add one or more server names. Using one wildcard (*) in a name is allowed. For example to enable Single Sign-On to all servers in “somedomain.com” you can type “TERMSRV/*.somedomain.com”, you can also use “TERMSRV/* for any terminal server connection. (Note the “Concatenate OS defaults with input above” checkbox on the picture above. When this checkbox is selected your servers are added to the list of servers enabled by OS by default. For Single Sign-On this default list is empty, so the checkbox has no effect.)Single_Sign-On_Terminal_Services_Client_Terminal_Server_Connection3
  7. Confirm the changes by clicking on the “OK” button until you return back to the main Group Policy Object Editor dialog.
  8. At a command prompt, run “gpupdate” to force the policy to be refreshed immediately on the local machine.
  9. Once the policy is enabled you will not be asked for credentials when connecting to the specified servers.

What are the limitations when using Single Sign-on?

  • Single Sign-On works only when connecting from an XP SP3, Vista or a Windows Server 2008 machine to a Vista or Windows Server 2008 machine.
  • If the server you are connecting to cannot be authenticated via Kerberos or SSL certificate, Single Sign-On will not work. You can circumvent this restriction by enabling “Allow Default Credentials with NTLM-only Server Authentication” policy, which is less secure. (NTLM-only Server Authentication is less secure compared to using Certificates or Kerberos.)
  • If you have saved credentials for the target machine they take precedence over the current credentials.
  • Single Sign-On works only when using domain user accounts. Please see section below regarding user experience for non-domain clients.
  • If the Terminal Server connection is configured to go through a TS Gateway server then in some cases the settings of the TS Gateway server can override the TS Single Sign-on setting.
  • If the terminal server is configured to always prompt or RDP file setting always prompt, then Single Sign-on to Terminal Services will not work.
  • Single Sign-on only works with Passwords. Does not work with Smartcards.

Why is Single Sign-On controlled by Group Policy?

As a part of the logon process Terminal Services Client sends the actual user credentials (user name and password) to the server. If a code running as a regular user were allowed to enable Single Sign-On, any malicious software (virus, Trojan, spyware etc.) running in the user’s session would be able to send the user’s password to any machine on the network. So, only administrators should be allowed to decide which servers are safe for Single Sign-On.

Thus Single Sign-On can only be enabled on domain-joined client machines.

What if I have Single Sign-On enabled but want to use different credentials this time?

Start Terminal Services Client. Click the “Options” button. Select the “Always ask for credentials” checkbox. You will be asked for credentials next time you connect.

Single_Sign-On_Terminal_Services_Client_Terminal_Server_Connection4

How do I enable Single Sign-on for TS Gateway Server?

  1. On a Vista machine open up the “Group Policy Object Editor” by entering “gpedit.msc” at a command prompt.
  2. Navigate to “User Configuration”, “Administrative Templates”, “Windows Components”, “Terminal Services”, “TS Gateway” and select the “Set TS Gateway server authentication method” setting:Single_Sign-On_Terminal_Services_Client_Terminal_Server_Connection5
  3. Select the “Enabled” radio button.
  4. Under “Set TS Gateway server authentication method”, click on the combo-box and select “Use locally logged-on credentials”.
  5. If you want the users to be able to override this authentication method then select “Allow users to change this setting” checkbox.Single_Sign-On_Terminal_Services_Client_Terminal_Server_Connection9
  6. Confirm the changes by clicking on the “OK” button until you return back to the main Group Policy Object Editor dialog.
  7. At a command prompt, run “gpupdate” to force the policy to be refreshed immediately on the local machine.
  8. Start up the Terminal Services client and navigate to “Options”, “Advanced”, click on “Settings” under “connect from anywhere”. You should see the status text indicate the following: “Your Windows logon credentials will be used to connect to this TS Gateway server.”Single_Sign-On_Terminal_Services_Client_Terminal_Server_Connection7
  9. That’s it! The client will now be able to connect to the gateway server (“gateway.somedomain.com” in the above example) using locally logged on credentials. Of course, if you want to use another set of credentials, you should select the “Allow users to change this setting” checkbox in the Group Policy Editor in Step-5 to bypass using the locally logged on credentials.

What if I am connecting from a non-domain joined client machine?

If you have a non-domain client, then you cannot get single sign-on by using locally logon credentials to authenticate with TSG and TS since administrator cannot deploy single sign-on group policies to the non-domain client machines.

Thus, to provide the best connection experience for non-domain clients through TS Gateway, set the option “Use my TS Gateway credentials with remote server option” in RDP file or in the mstsc client advanced setting menu as per screenshot below. This will ensure that end users are prompted for credentials only once during the connection experience.

Single_Sign-On_Terminal_Services_Client_Terminal_Server_Connection8

Can the user get Single Sign-On experience when logging on using a Smart Card?

No. Unfortunately if a Smart Card is used to log on locally to the machine, these credentials cannot be used for Single Sign-On. Please also note that you cannot save Smart Card credentials in Terminal Services connections either.

 

This article originally appeared on Microsoft’s Remote Desktop Services blog: https://blogs.msdn.com/b/rds/archive/2007/04/19/how-to-enable-single-sign-on-for-my-terminal-server-connections.aspx 

Related Posts

Search