necouchman commented on issue #254: GUACAMOLE-103: Implement SAML 
Authentication Extension
URL: https://github.com/apache/guacamole-client/pull/254#issuecomment-493412872
 
 
   @LeBrad @tuxcrafter 
   It's been a little while since I did any testing on this, but this is what I 
have in my guacamole.properties file for configuring the extension from when I 
wrote it a while back:
   
   ```
   saml-idp-metadata: /etc/guacamole/saml-idp-metadata.xml
   saml-entity-id: https://1.2.3.4/guacamole/api/tokens
   saml-idp-url: https://4.3.2.1/cas/idp/profile/SAML2/Redirect/SSO
   saml-callback-url: https://1.2.3.4/guacamole
   saml-logout-url: https://4.3.2.1/cas/logout
   saml-keystore-file: /etc/guacamole/saml-keystore
   saml-keystore-password: secret
   saml-pkey-password: secret
   ```
   Note that if you have an XML metadata file from your SAML IDP, you should 
not need the rest of those details - all of those configuration items should be 
in the XML file.  Anyway, test away, feel free to let me know if you run into 
any issues with it.  I do need to rebase it against the latest `master` repo 
and redo some of the testing and make sure it's still good, but not sure when 
I'll get to that.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to