From be77ffef1265408e6e0265a87cd5e99648845735 Mon Sep 17 00:00:00 2001 From: Bolke de Bruin <bolke@xs4all.nl> Date: Thu, 25 Aug 2022 12:29:07 +0200 Subject: [PATCH] Update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ded9426..157d772 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ you can integrate your remote desktops with Keycloak, Okta, Google, Azure, Apple if you want. ## Security + +__NOTE__: rdogw now supports PAM authentication as well if you configure it to use 'local' authentication. + RDPGW wants to be secure when you set it up from the beginning. It does this by having OpenID Connect integration enabled by default. Cookies are encrypted and signed on the client side relying on [Gorilla Sessions](https://www.gorillatoolkit.org/pkg/sessions). PAA tokens (gateway access tokens) -- GitLab