Using RSA Token for RDP instead of Windows password

Johnny 0 Reputation points
2026-08-06T15:25:18.6666667+00:00

I am currently trying to configure our rdp sessions to prompt for RSA instead of a windows password, I tried registry edits and local GPO, is there something I'm missing, I assumed this would be a simple setup

Windows for business | Windows Server | Directory services | Certificates and public key infrastructure (PKI)
0 comments No comments

1 answer

Sort by: Most helpful
  1. Allan Solomon Mejia 2,595 Reputation points
    2026-08-07T01:23:59.74+00:00

    Hello @Johnny

    RSA SecurID authentication for RDP isn't something that can be enabled through a Windows registry change or Group Policy alone. RDP delegates authentication to Windows, so to replace (or supplement) Windows password authentication with RSA, you need an authentication integration that plugs into the Windows logon process.

    Depending on your environment, the supported approaches typically include:

    • Installing the RSA Authentication Agent for Microsoft Windows, which integrates RSA SecurID with Windows logon and Remote Desktop.
    • Using Network Policy Server (NPS) with the RSA Authentication Agent for NPS if you're enforcing MFA through Remote Desktop Gateway (RD Gateway) rather than on each Windows server.
    • If you're using Microsoft Entra ID, consider Microsoft Entra MFA with RD Gateway or other supported MFA solutions instead of replacing the Windows credential provider directly.

    A few questions that will help narrow this down:

    • Are users connecting directly to the Windows Server via RDP, or are they connecting through an RD Gateway?
    • Are you using RSA SecurID Authentication Manager (on-premises) or RSA ID Plus (cloud)?
    • Is your goal to replace the Windows password entirely, or to require an RSA token as a second authentication factor?

    Those details will determine which integration method is supported. Simply configuring local policies or registry settings won't cause the Windows logon screen to prompt for an RSA token unless the appropriate RSA authentication components are installed.

    Please "Accept the Answer" if this information helped you. This will help us and others in the community as well.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.