Guest User

Untitled

a guest
Sep 21st, 2021
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. # guacamole.properties
  2.  
  3. # allow environment vars from docker-compose.yml to write other stuff here
  4. enable-environment-properties: true
  5.  
  6. # saml variables
  7. saml-idp-metadata-url: https://mydomain.com/FederationMetadata/2007-06/FederationMetadata.xml
  8. saml-entity-id: connect.mydomain.com
  9. saml-callback-url: https://connect.mydomain.com/guacamole/
  10. saml-group-attribute: http://schemas.xmlsoap.org/claims/Group
  11.  
  12. # user account auto creation
  13. postgresql-auto-create-accounts: true
  14.  
  15. # totp 2-factor auth
  16. totp-issuer: Guacamole
  17.  
Advertisement
Add Comment
Please, Sign In to add comment