Identity Alias for RDP

Last modified on June 10, 2024

You can use an Identity Alias, instead of a leased credential, with StrongDM to proxy authentication with your certificate-based RDP resources. Actions are executed via the user’s account (that is, the Identity Alias) with the resource, while user-level auditing and monitoring occur on the resource side via native logging.

Utilizing an Identity Alias results in your native server logs identifying the particular user performing an action, rather than identifying all actions conducted via StrongDM connections as being performed by the single leased user account. The username employed is the user’s Identity Alias set in their StrongDM user account.

Identity Aliases for RDP are supported for Microsoft Entra ID (formerly Azure AD) and on-premises AD.

Prerequisites

Set Up Identity Aliases

Set up your server and user account

  1. Create your RDP server if you do not have one already.
  2. Create or identify an account on the server that StrongDM can use to check its health. This user should have access to the machine.

Add the resource in StrongDM

  1. In the Admin UI, go to Infrastructure > Servers .
  2. Click Add server to create the resource.
  3. Select RDP (Certificate Based) as the server type and complete the fields on the resource form.
  4. For Authentication, set Identity Aliases. Select an Identity Set name from the list, and enter a Healthcheck Username, which is the RDP user account name to use for the healthcheck.
  5. Set all required RDP (Certificate Based) properties.
  6. Click Create to save the resource.
RDP Server Settings with Identity Aliases as Authentication Type
RDP Server Settings with Identity Aliases as Authentication Type

Add the Identity Alias to the user’s settings

  1. In the Admin UI, go to Access > Users and select the user who is going to use an Identity Alias.

  2. In that user’s Identity Aliases tab, for Identity Alias, enter the RDP user account name (for example, alice.glick@example.com) that is used to authenticate to the RDP (Certificate Based) resource that is configured to use Identity Aliases.

  3. For Identity Set, enter the name of the Identity Set that the Identity Alias will be used for. A user can only have one alias per set.

Configuration is now complete. You may now start using Identity Aliases to authenticate with your RDP resource.

Top