bolkedebruin / rdpgw

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

2 caps are required by the server, but the client does not support them #59

Closed skipper-ronald closed 1 year ago

skipper-ronald commented 1 year ago

When connecting to the rdp-gw running on MacOS and using Microsoft Remote Desktop on MacOS, I get "2 caps are required by the server, but the client does not support them". Does anyone have this setup running of does anyone has any idea what could be wrong here?

bolkedebruin commented 1 year ago

This means that you require the client to use a PAA cookie (=OpenID) for authentication but the client is not using it or does not support it. Disable OpenID (TokenAuth should be false) and use a different authentication mechanism or make sure the client supports PAA cookies and has one available.,

dk-do commented 10 months ago

We have the same issue with the example docker-compose config and the default RDP Client on Windows Server 2016. Do you have any suggestions?