diff options
author | Georg Pfuetzenreuter | 2023-04-30 18:34:12 +0200 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-04-30 18:34:12 +0200 |
commit | 8d9af70941de7c4856a7187b58af10c673c33815 (patch) | |
tree | b9cd1a911041c8d73324b523ac202df649ebad46 /pillar/id | |
parent | 600a73a984f5452e840c1c69db2b91763d760734 (diff) | |
parent | ef0a931157da5823c4eb54da41c9d60f4d582eab (diff) | |
download | salt-8d9af70941de7c4856a7187b58af10c673c33815.tar.gz salt-8d9af70941de7c4856a7187b58af10c673c33815.tar.bz2 salt-8d9af70941de7c4856a7187b58af10c673c33815.zip |
Merge pull request 'BookStack fixups' (#51) from bookstack-fixup into production
Reviewed-on: https://git.com.de/LibertaCasa/salt/pulls/51
Diffstat (limited to 'pillar/id')
-rw-r--r-- | pillar/id/themis_lysergic_dev.sls | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pillar/id/themis_lysergic_dev.sls b/pillar/id/themis_lysergic_dev.sls index 52186a6..503ec80 100644 --- a/pillar/id/themis_lysergic_dev.sls +++ b/pillar/id/themis_lysergic_dev.sls @@ -88,9 +88,9 @@ profile: saml2_email_attribute: email saml2_external_id_attribute: uid saml2_display_name_attributes: fullname - saml2_idp_entityid: https://libsso.net/realms/libertacasa - saml2_idp_sso: https://libsso.net/realms/libertacasa/protocol/saml - saml2_idp_slo: https://libsso.net/realms/libertacasa/protocol/saml + saml2_idp_entityid: https://libsso.net/realms/LibertaCasa + saml2_idp_sso: https://libsso.net/realms/LibertaCasa/protocol/saml + saml2_idp_slo: https://libsso.net/realms/LibertaCasa/protocol/saml saml2_idp_x509: ${'secret_bookstack:saml2_idp_x509'} saml2_autoload_metadata: false saml2_sp_x509: ${'secret_bookstack:saml2_sp_x509'} |