bolkedebruin / rdpgw

Remote Desktop Gateway in Go for deploying on Linux/BSD/Kubernetes
Apache License 2.0
732 stars 117 forks source link

Question: How can I use this realization of RDG without token auth? #8

Closed endofreal closed 2 years ago

endofreal commented 3 years ago

Hi!

I just need to connect to xrdp desktop stored in kubernetes cluster without expose any container port.

I would like to use this as classic remote desktop gateway with password authentication to store .rdp files non changed on users PC. Is it possible?

MaFreiberger commented 2 years ago

Same for me. Just plain user/pwd authentication via ActiveDirectory/LDAP.

bolkedebruin commented 2 years ago

Plain user/pwd isn't as simple as it sounds. If you would like to authenticate against AD/LDAP you can setup Keycloak to do federation for AD/LDAP, https://dmc.datical.com/administer/configure-keycloak-ldap.htm . It allows RDPGW not to deal with passwords and remain secure.

bolkedebruin commented 2 years ago

User passwd authentication is now possible against PAM (which supports ldap, ad etc)