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.
Now on 1.0.0, it seems to ignore the authentication provider if they've already passed through once (even through the passed in credentials object would result in a different configuration). This pass through then tries to re-connect to the previously used host with old username/password. This is not our desired functionality and seems to persist for quite some time. I'm unsure how to restore the previous functionality as long as it completely bypasses the extension when the follow up request comes in. Any guidance to documentation or comments on what the culprit might be would be helpful. -Lee -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
