Releases: kakawait/cas-security-spring-boot-starter
Releases · kakawait/cas-security-spring-boot-starter
0.2.1
Notable changes
- Filter is now listing any requests that contains
ticket
in parameter (#14)
0.2.0
Notable changes
- Enhance configuration adapter to be able to edit
HttpSecurity
, can be useful to modify default /logout
behavior
- Read default spring boot security properties and apply same strategy as
basic
auth
- Upgrade to Spring boot 1.5.4
0.1.2
Notable changes
- Do not add anymore by default
pgtUrl
parameter during validation call.
security.cas.service.paths.proxy-callback
is now null
by default, you must set it if you want pgtUrl
to be filled during validation call.
- Configure Single sign out filter
0.1.1
Notable changes
- Fix conflict with Spring boot Actuator security by adding
@Order
(#1)