https://github.com/gip-recia/cas-esco-overlay
Custumization of CAS by overlay process
https://github.com/gip-recia/cas-esco-overlay
Last synced: 4 months ago
JSON representation
Custumization of CAS by overlay process
- Host: GitHub
- URL: https://github.com/gip-recia/cas-esco-overlay
- Owner: GIP-RECIA
- License: apache-2.0
- Created: 2017-12-19T15:42:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T11:17:58.000Z (7 months ago)
- Last Synced: 2025-01-13T07:11:51.649Z (5 months ago)
- Language: Java
- Size: 104 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ESCO CAS Overlay
================This is an overlay for CAS 5.2.0 featuring LDAP authentication and
OpenID Connect customized with JWT access and refresh token.Configuration
-------------Copy `config.example` directory to `config` and set following properties:
- `etc/cas/config/cas.properties`
- `cas.authn.ldap[0].bindCredential`: Password of LDAP system account.- JWKS can be generated (keystore.jwks) with [mkjwk.org](https://mkjwk.org/).
Build
-----Run `cd cas && ./mvnw clean package`