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 37e0bcb commit 74f19dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cas/config/cas.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 74f19dd

Please sign in to comment.