An open API service indexing awesome lists of open source software.

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

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`