From 74f19dd5abc6a89b1b39486d1b87428152090d5d Mon Sep 17 00:00:00 2001 From: Pierre Mauduit Date: Thu, 8 Feb 2024 15:52:49 +0100 Subject: [PATCH] cas - adding default properties for saml provider to work Following https://github.com/georchestra/georchestra-cas-server/pull/25 we now need these to make sure cas is able to run. --- cas/config/cas.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cas/config/cas.properties b/cas/config/cas.properties index d7ca759..422537d 100644 --- a/cas/config/cas.properties +++ b/cas/config/cas.properties @@ -48,3 +48,6 @@ cas.authn.ldap[0].name= cas.authn.ldap[0].type=DIRECT cas.authn.ldap[0].dn-format=uid=%s,ou=users,dc=georchestra,dc=org cas.authn.oidc.jwks.jwks-file=file:///tmp/keystore.jwksdown + +cas.authn.saml-idp.core.entity-id=https://${FQDN}/idp +cas.authn.saml-idp.metadata.location=file:///tmp/