On Thu, Nov 7, 2024 at 12:27 PM Abdul Qadir <abdul.qa...@agreeya.com> wrote:

> Hi Nick,
>
> While going through some articles, I came across the feature of connection
> sharing. In our application, we would like to use a similar functionality,
> but instead of sharing the connection, we want to redirect the user to the
> connection directly with full access.
>
> Is there a way to generate an RDP link using the REST API (series of REST
> APIs) and redirect the user to this connection within our application?
>
>
>

I'm not sure if this is exactly what you're asking, but the link displayed
in the URL bar _is_ the link to the connection. As an example, look at the
following URL:

https://guacamole.example.com/#/client/MjgAYwBwb3N0Z3Jlc3Fs

This URL will take a user directly to the connection in question, after the
user authenticates to Guacamole. The tail end of the URL
(/MjgAYwBwb3N0Z3Jlc3Fs) is a Base 64 encoded string that contains the type
of connection (connection vs. connection group), the data source (MySQL,
PostgreSQL, etc.), and the connection identifier of the connection in
question. So, as long as the user is logged in and has access to the
connection provided by the URL, they will be taken directly to the
connection.

-Nick

>

Reply via email to