Hi, I have an HTML/Javascript frontend (Plain Javascript not nodejs), and I would like the user to access a certain VM directly without coming across the Login form or type any credentials.
What is the best way to achieve this? Is there some sort of a method to provide a temporal token for a certain RDP connection? Which can be accessed through the browser (GET request) to access the VM. Thanks.
