Two-factor authentication for Windows Remote Desktop Services (RDS)
Find a file
2015-04-20 11:58:40 +02:00
radar-radius@6c92f58bfa radar-radius update 2015-04-14 15:13:04 +02:00
RDSFactor Cleanup stale user sessions 2015-04-16 14:27:30 +02:00
RDSFactorConfig Rename: Console -> RDSFactorConfig 2015-04-10 11:44:46 +02:00
RDSFactorWeb/RDWeb/Pages Use radar instead of RadiusClient 2015-04-15 13:57:04 +02:00
.gitignore Ignoring log 2015-04-14 12:46:46 +02:00
.gitmodules Removed the bundled radar-radius. Added the original as submodule 2015-04-10 11:59:18 +02:00
deploy-web.bat Script for replacing RDS Pages with ours 2015-04-14 12:43:08 +02:00
LICENSE Create LICENSE 2015-04-10 15:31:20 +02:00
README.md Update README.md 2015-04-20 11:58:40 +02:00

RDSFactor

Two-factor authentication for Remote Desktop Services (RDS)

http://www.isager.dk/is/CICRadarR/SMStokenforWindows2012RDGateway.aspx

Prerequisites

An RDS setup. The minimal RDS setup for use with RDSFactor consist of two servers:

  • Active Directory; and
  • RDS with Gateway component enabled

Installation

RDWeb update

RDSfactor comes with a customized version of the RDWeb pages. To install these run:

$ install-web.bat

RADIUS server installation

The RADIUS server component can be installed on any server reacheable by both the RD Web and the RD Gateway. To install the server as a service run:

$ install-server.bat

TODO: NPS config, Web config

Acknowledgements

  • Claus Isager - for the proof of concept two factor RDS authentication
  • Nikolay Semov - for the core RADIUS server