The thing is that I am a student and doing a student project. so it will be enough if I can just skip login without using some special stuff. I know the feature is deprecated but I can use it in 0.9.13
I want to remove the first login we get on opening the guacamole: where we put Guacamole username and password. I want to send the link of the connection I make in configure connection to some user so he can use the remote app only by link. Is this possible with no-auth extension to remove the first initial login? Or it removes remote machine login? Or does it remove all logins I installed the whole guacamole using a script. Regards Masood > On Thu, Nov 16, 2017 at 5:21 PM, Nick Couchman <vn...@apache.org> wrote: > > >> On Thu, Nov 16, 2017 at 5:27 AM, Masood Hussain <masoodhussai...@gmail.com> >> wrote: >> I am using Guacamole 0.9.13 Version. In its release documents, no-auth is >> available So I would assume its still supported > > The no-auth extension has been marked as deprecated and will be removed from > a future version of Guacamole. You can still use it for the time being, but > it is not actively developed or updated, and will not be continued. You > should find some other way to accomplish what you're trying to accomplish. > Here are some ideas: > - Use one of the SSO modules (CAS, OpenID) and integrate it with that > - Use the header authentication module and pass through the username in the > expected header to the application > - Write your own extension that authenticates based on whatever criteria > you'd like to use in order to bypass the login screen. > - Write your own web application based on the Guacamole API that behaves the > way you want it to, without the rest of the Guacamole client. > > Regards, > Nick