Skip to content

Commit

Permalink
[cas] update config keys for cas 6.6 (cf georchestra/georchestra-cas-…
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Mar 29, 2024
1 parent 32815af commit dd03ca3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cas/config/cas.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ logging.config=file:/etc/georchestra/cas/config/log4j2.xml
cas.theme.param-name=georchestra
cas.theme.default-theme-name=georchestra

cas.service-registry.initFromJson=false
cas.service-registry.core.init-from-json=false
cas.service-registry.json.location=file:/etc/georchestra/cas/services
#uncomment if getting 302 redirects on cas.{css,js} behind nginx/apache
#server.forward-headers-strategy=FRAMEWORK
Expand Down Expand Up @@ -47,7 +47,8 @@ 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.oidc.jwks.file-system.jwks-file=file:///tmp/keystore.jwksdown

cas.authn.saml-idp.core.entity-id=https://georchestra.mydomain.org/idp
cas.authn.saml-idp.metadata.file-system.location=file:///tmp/

cas.authn.saml-idp.core.entity-id=https://${FQDN}/idp
cas.authn.saml-idp.metadata.location=file:///tmp/

0 comments on commit dd03ca3

Please sign in to comment.