Hi, Have been trying to setup SSO SAML on Guacamole with Microsoft ADFS.
have downloaded the file https://downloads.apache.org/guacamole/1.5.5/binary/guacamole-auth-sso-1.5.5.tar.gz . and have copied the guacamole-auth-sso-saml-1.5.5.jar to the folder /etc/guacamole/extensions as well as the below into guacamole.properties. #for saml saml.service.provider.entity.id: https://guacserver01/guacamole saml-entity-id: https://guacserver01/guacamole saml-callback-url: https://guacserver01/guacamole saml-debug: true saml.idp.metadata-url= https://ADFS.contoso.dom/adfs/federationmetadata/2007-06/federationmetadata.xml <https://adfs.contoso.dom/adfs/federationmetadata/2007-06/federationmetadata.xml> saml.idp.entity-id=http://ADFS.contoso.dom/adfs/services/trust <http://adfs.contoso.dom/adfs/services/trust> saml.idp.sso-url=https://ADFS.contoso.dom/adfs/ls/ <https://adfs.contoso.dom/adfs/ls/> saml.idp.logout-url=https://ADFS.contoso.dom/adfs/logout <https://adfs.contoso.dom/adfs/logout> however with each click into the SAML there is this error on the SAML page https://guacserver01.contoso.dom/guacamole/api/ext/saml/login { "message": "Unexpected internal error", "translatableMessage": { "key": "APP.TEXT_UNTRANSLATED", "variables": { "MESSAGE": "Unexpected internal error" } }, "statusCode": null, "expected": null, "type": "INTERNAL_ERROR" } What have I not done or done wrong here ? any advice ? Regards, TR