feat(guacamole-client); Add saml auth for upcoming image update (#1887)

This commit is contained in:
Stavros Kois
2022-02-13 11:50:45 +01:00
committed by GitHub
parent 4f2d725dbb
commit 9185f3de53
4 changed files with 111 additions and 10 deletions
@@ -112,6 +112,18 @@ ldap: {}
# LDAP_MAX_REFERRAL_HOPS: "5"
# LDAP_OPERATION_TIMEOUT: "30"
saml: {}
# SAML_IDP_METADATA_URL: ""
# SAML_IDP_URL:
# SAML_ENTITY_ID:
# SAML_CALLBACK_URL:
# SAML_STRICT:
# SAML_DEBUG:
# SAML_COMPRESS_REQUEST:
# SAML_COMPRESS_RESPONSE:
# SAML_GROUP_ATTRIBUTE:
postgresql:
enabled: true
existingSecret: "dbcreds"