summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2023-04-30 18:22:58 +0200
committerGeorg Pfuetzenreuter2023-04-30 18:22:58 +0200
commitd8359f002d3cbecfc4bb3fb6c3744aad71766759 (patch)
treedde67d6deb8dc8ea52aa4f78baaa9f042138922e
parent938be46fafe1ef125a941693687a5c6822dbfe52 (diff)
downloadsalt-d8359f002d3cbecfc4bb3fb6c3744aad71766759.tar.gz
salt-d8359f002d3cbecfc4bb3fb6c3744aad71766759.tar.bz2
salt-d8359f002d3cbecfc4bb3fb6c3744aad71766759.zip
Correct SAML realm capitalization
The Keycloak realm is named "LibertaCasa", not "libertacasa". Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
-rw-r--r--pillar/id/themis_lysergic_dev.sls6
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'}