On Wed, Feb 27, 2019 at 18:06 Lee <[email protected]> wrote: > Hello, > > I'm seeing a change in behavior I'm not sure how to work around. I'm > using > the docker image guacamole/guacamole:1.0.0 with a custom authentication > provider extending SimpleAuthenticationProvider. With guacamole 0.9.14, I > saw calls to getAuthorizedConfigurations in the authentication provider > with > every user request. This was great, as it allowed a single user to have > multiple sessions open in separate tabs as the function could return > different hosts/protocols/usernames/passwords.
Perhaps you could share your code? And what you're trying to accomplish? You can have multiple connections open on the client in different tabs, and you can link directly to these different connections, and each connection can have its own host, protocol, username, and password. -Nick
