Add extra info in readme

This commit is contained in:
Bolke de Bruin 2020-07-25 19:50:00 +02:00
parent 5f3c7d07e2
commit 6d7eb94deb

View File

@ -14,6 +14,11 @@ on Kubernetes.
RDPGW aims to provide a full open source replacement for MS Remote Desktop Gateway, RDPGW aims to provide a full open source replacement for MS Remote Desktop Gateway,
including access policies. including access policies.
## Multi Factor Authentication (MFA)
RDPGW provides multi factor authentication out of the box with OpenID Connect integration. Thus
you can integrate your remote desktops with Keycloak, Okta, Google, Azure, Apple or Facebook
if you want.
## How to build ## How to build
```bash ```bash
cd rdpgw cd rdpgw
@ -87,5 +92,6 @@ desktop host behind it.
* Integrate uber-go/zap * Integrate uber-go/zap
* Integrate prometheus * Integrate prometheus
* Research: TLS defragmentation * Research: TLS defragmentation
* Improve Web Interface