Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 387 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 387 Bytes

spring-cas-auth

This is CAS 5.0 Spring integration example with Angular, REST and extra attribute bonus. CAS setup uses LdapAuthenticationHandler. To get attributes to the client add to cas.properties

cas.authn.ldap[0].principalAttributeList=<attr. list>

Service definition should allow all attributes you want to see.

To run the application:

mvn spring-boot:run