Here:
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/guacamole-auth-json-Questions-td3214.html
Mike you replied in above thread:
If you mean you are providing JSON like:
{
'username' : 'foo',
'password' : 'bar
}
this is not working because it is invalid. There is no password property:
Regards,
Prashant
From: Mike Jumper <[email protected]>
Sent: Wednesday, September 2, 2020 12:08 AM
To: [email protected]
Subject: Re: guacamole-auth-json is not working
On Tue, Sep 1, 2020, 11:09 Prashant K
<[email protected]<mailto:[email protected]>> wrote:
Thanks you Nick, with the proper syntax I am able to connect to the windows RDP
using JSON.
My next question is how I can embed windows login password in the token,
because I have read somewhere that password parameter is not supported in the
JSON.
Where?
The parameters are just string name/value pairs. You can specify any connection
parameter, regardless of whether its name is "password".
- Mike