Hi There I had a question about the order of authentication providers in guacamole-client. I have been using the official docker container with the postgresql authentication extension for years, and it has been quite stable. I developed some API programs outside the container and was able to call them using postgres as my datasource (ie /guacamole/api/session/data/postgres/...) This has worked well.
I then decided I wanted to add my own guacamole-ext to do some light css theming. I created my own extension (named rfoo). This broke all of my API calls, as the datasource needed to be updated to rfoo. (ie /guacamole/api/session/data/rfoo/...) I then spent some time trying every permutation of EXTENSION_PRIORITY, but was unable to get the API url to change back to postgres. My questions: 1. Even though I'm just doing css changes, is the guacamole-ext / authentication provider the best way to accomplish this? 2. Is there a way to specify which authentication provider can be used in the API url, or better yet just generically send the API calls without a datasource? Thank you!! Nick Stocchero Information Technology Services SkillsUSA
