I have guacamole setup in docker container with SAML configured, but I am
getting login redirect loop. The guacamole container is behind AWS ALB.
Notice the issue is response received at HTTP instead of HTTPS.  Look over
AWS documentation and ALB should send x-forward-proto to the
target server.  Any help?

Authentication attempted with an invalid SAML response: SAML response did
not pass validation: The response was received at
http://gc.mydomain.com/api/ext/saml/callback instead of
https://gc.mydomain.com/api/ext/saml/callback


Thank you

Reply via email to