rdpgw icon indicating copy to clipboard operation
rdpgw copied to clipboard

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

Open endofreal opened this issue 4 years ago • 2 comments

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?

endofreal avatar Oct 20 '20 09:10 endofreal

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

MaFreiberger avatar Jul 08 '22 07:07 MaFreiberger

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 avatar Jul 08 '22 08:07 bolkedebruin

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

bolkedebruin avatar Aug 25 '22 10:08 bolkedebruin