Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cas] update config keys for cas 6.6 #396

Merged
merged 1 commit into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/
Loading