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