On Wed, Jan 27, 2021 at 3:56 PM David Brodbeck <[email protected]> wrote:
> I'm having a little trouble setting up SAML authentication. I got as far > as configuring guacamole.properties with saml-idp-metadata-url, > saml-entity-id, and saml-callback-url. However, the SAML server rejects the > authentication with an "unregistered service" error. > The admin for the SAML server says they need an XML metadata file from my > service in order to configure the IdP. I can't figure out how I would > generate this with the Guacamole SAML plugin, and the docs don't mention it. > > The Guacamole SAML extension module does not have any built-in way to generate the XML file. However, you can use a third party service like the one below to generate the file... https://www.samltool.com/sp_metadata.php That's the one I used when developing the extension to test it out - there may be other folks out there that have used other sites or methods for generating SP XML metadata that can respond, as well. -Nick
