On Mon, Jun 22, 2020 at 5:15 AM Abdul Qadir (aqadir) <[email protected]> wrote:
> I have C# code and not sure how to use the extension mentioned in the > email. Any example? > > Have you read the instructions on the page that Mike linked? It is pretty thoroughly documented, giving examples of how to generate the data that the extension expects to to receive. You would need to: - Download and compile the extension mentioned, and add it to your Guacamole Client installation. - Configure the json-secret-key in guacamole.properties. - Reload Guacamole Client to get new extension and settings to take effect. - Write some C# code that generates the JSON using the schema documented on the page, and also encrypts and signs the data using the secret key. - Somehow POST that data to the /api/tokens endpoint of your Guacamole Client install. The page documents the requirements pretty thoroughly in a language-agnostic way, so all you need to do is translate those instructions on the page into actual C# code. -Nick >
