From e8372025eb925b859357e9bc0101ea9d72bc4b62 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cas/config/cas.properties b/cas/config/cas.properties index e1186a8..8649b77 100644 --- a/cas/config/cas.properties +++ b/cas/config/cas.properties @@ -47,4 +47,7 @@ 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 \ No newline at end of file +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/