Skip to content

Commit

Permalink
cas - adding default properties for saml provider to work
Browse files Browse the repository at this point in the history
Following georchestra/georchestra-cas-server#25
we now need these to make sure cas is able to run.
  • Loading branch information
pmauduit committed Feb 8, 2024
1 parent 3625e34 commit e837202
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cas/config/cas.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
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/

0 comments on commit e837202

Please sign in to comment.