On Saturday, March 26, 2022, 06:15:38 PM GMT+1, Vieri <[email protected]> wrote:
>> samlMap.put(SettingsBuilder.SP_X509CERT_PROPERTY_KEY, >> "SP_PEM_public_key_string"); >> samlMap.put(SettingsBuilder.SP_PRIVATEKEY_PROPERTY_KEY, >> "SP_PEM_private_key_string"); > > Just to let you know that the NameID bit was solved by the IdP admin. > Everything is now working with encryption with the quick hack that I > mentioned above. > > Would it be useful to open a feature request? I created this: https://issues.apache.org/jira/browse/GUACAMOLE-1565 Simple patch works for me: https://issues.apache.org/jira/secure/attachment/13041660/saml-private-key-file.patch I just need to specify the file name in guacamole.properties with something like this: saml-private-key-file: /etc/ssl/tomcat/server.key Of course, one could also implement reading the SP metadata xml file, but I needed to just read the PEM cert and only that in the OS. Vieri --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
