You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2019/06/22 19:54:31 UTC

[GitHub] [guacamole-client] Tyler- commented on issue #254: GUACAMOLE-103: Implement SAML Authentication Extension

Tyler- commented on issue #254: GUACAMOLE-103: Implement SAML Authentication Extension
URL: https://github.com/apache/guacamole-client/pull/254#issuecomment-504693853
 
 
   Hi,  I pulled this, and was attempting to test the SAML auth extension.
   
   everything seems to be building / deploying fine.  but the issue I have is with setting the configuration.
   
   I specified the idp xml file : 
   
   saml-idp-metadata: /etc/guacamole/sample-saml.xml
   
   I'm running with tomcat 7,  and regardless of how I specify the saml-idp-metadata, or where I put the .xml file,  i always get the same error : 
   
   ERROR c.o.saml2.settings.IdPMetadataParser - XML file'/etc/guacamole/sample-saml.xml' cannot be loaded.XML file '/etc/guacamole/sample-saml.xml' not found in the classpath
   
   
   I've tried specifying it in relative / absolute paths
   
   I've tried putting it in /etc/guacamole, $TOMCAT_HOME, $TOMCAT_BASE, $TOMCAT_HOME/lib, $TOMCAT_BASE/lib,  the resources folder in the source code to get into the .jar extension.  I added /etc/guacamole to the catalina properties common.loader, and shared.loader
   
   if anyone has any ideas, I'd love to hear them.
   
   thanks

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services