On Mon, Nov 25, 2019, 00:17 Gomez <[email protected]> wrote:

> Hi,
>
> I would like to SSO from Citrix ADC VPN gateway to Guacamole app.  The
> webform is constructed on the client side so I can't used Form based SSO
> because the Citrix ADC doesn't see the Form.
> How should I approach this?
> Do a HTTP POST to /api/tokens contiaing username and password.
> Ones I have the token what page should I go to next?
> Just to the root of the directory and I will get redirected?


SSO typically involves having the webapp (Guacamole, in this case) reach
out to a known IDP to verify the identity of the user.

The SSO solution you're looking to use just inspects raw HTML and tries to
fill in the user's credentials? Does it not provide any way, some API, etc.
for applications to reach out in the other direction to verify identity?

- Mike

Reply via email to