From 6d7eb94debe196414980ba1f2e1a9fac0023c370 Mon Sep 17 00:00:00 2001 From: Bolke de Bruin <bolke@xs4all.nl> Date: Sat, 25 Jul 2020 19:50:00 +0200 Subject: [PATCH] Add extra info in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index aaec994..e0c388d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ on Kubernetes. RDPGW aims to provide a full open source replacement for MS Remote Desktop Gateway, 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 ```bash cd rdpgw @@ -87,5 +92,6 @@ desktop host behind it. * Integrate uber-go/zap * Integrate prometheus * Research: TLS defragmentation +* Improve Web Interface -- GitLab