Re: Error assigning connection to user via API

2021-11-25 Thread Daniel Quiroga
Hello Nick!! Thanks for your answer!! Yes, the code is failing when i try to assign the connection, the token and token activation happens with no issue. I will try right now. Thanks for your help :) D On Thu, Nov 25, 2021 at 10:27 PM Nick Couchman wrote: > On Thu, Nov 25, 2021 at 11:19 AM D

Re: Error assigning connection to user via API

2021-11-25 Thread Nick Couchman
On Thu, Nov 25, 2021 at 11:19 AM Daniel Quiroga < daniel.quiroga9...@gmail.com> wrote: > Hello! > > Was doubting if this was the correct mailing list. > > Possibly more appropriate for the user mailing list, but not a big deal, this is fine. > I am sending the connection ID and the username as p

[GitHub] [guacamole-client] mike-jumper opened a new pull request #657: GUACAMOLE-1364: Refactor all SSO extensions beneath common base.

2021-11-25 Thread GitBox
mike-jumper opened a new pull request #657: URL: https://github.com/apache/guacamole-client/pull/657 Similar to the current layout of the database extensions, this change refactors the CAS, OpenID, and SAML extensions beneath a common "guacamole-auth-sso" base such that they can be maintai

[GitHub] [guacamole-client] mike-jumper commented on a change in pull request #656: GUACAMOLE-1465: Allow different bind passwords for multi-LDAP

2021-11-25 Thread GitBox
mike-jumper commented on a change in pull request #656: URL: https://github.com/apache/guacamole-client/pull/656#discussion_r757125086 ## File path: extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/AuthenticationProviderService.java ## @@ -228,7 +228

[GitHub] [guacamole-client] alubbock opened a new pull request #656: GUACAMOLE-1465: Allow different bind passwords for multi-LDAP

2021-11-25 Thread GitBox
alubbock opened a new pull request #656: URL: https://github.com/apache/guacamole-client/pull/656 PR #648 recently added support for querying multiple LDAP servers, but as things stand all servers are required to use the same bind password. This PR enables per-server bind passwords in the

Error assigning connection to user via API

2021-11-25 Thread Daniel Quiroga
Hello! Was doubting if this was the correct mailing list. I am sending the connection ID and the username as parameters just as suggested in this stackoverflow answer: https://stackoverflow.com/questions/60651115/how-can-i-connect-user-with-a-connection-by-using-guacamole-rest-api but, i keep g