bolkedebruin / rdpgw

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

Simple OIDC question #121

Open zacek100 opened 1 week ago

zacek100 commented 1 week ago

So let's say I configured rdpGW to use AzureAD as its Identity Provider and I then login as user1@azuresite.com and connect to host server1.mydomain.local

What user does it use to log into server1 as "user1@azuresite.com" does not exist on the target server?

Furthermore, how could I assign this outside user "exclusive" access to a Windows folder in the target server so that I can remove "Security/Users" from it thus preventing other users from seeing its contents?