Hi guys, I'm using Guacamole for a project and it works perfectly for both RDP, VNC and SSH. However - I have some issues getting it to work when I attempt to RDP into a server using an Entra ID user. I understand that this is caused by the NLA negotiation between the client and my server as RDP won't natively let me connect using Entra ID credentials either.
I've read the following guide, which allows me to successfully connect to my server using Entra ID credentials via the ordinary Remote Desktop Connection program: How to RDP Into Azure AD-Joined VM Using AAD Credentials - Rublon <https://rublon.com/blog/how-to-rdp-into-azure-ad-joined-vm/> However, this method required that you set a few custom properties in the rdp file: - prompt for credentials:i:0 - authentication level:i:2 - enablecredsspsupport:i:0 My question is: how do I add these custom properties when connecting via Guacamole? I'm using a custom setup with guacd and not the Guacamole website, so I'm looking for what to feed into guacd in order to make this work. Also - are there any workarounds to getting this to work without needing to disable NLA? (I'm guessing "no", but better safe than sorry) Thanks a lot.