cas-security-spring-boot-starter
cas-security-spring-boot-starter copied to clipboard
RestTemplate integration
- [x] stateless (aka asking new
ProxyTicket
each time) (see #76) - [ ] stateful
- [ ] retry strategy (if stateful context is no more valid, ask a new stateless ticket)
- [ ] stateful cookies (keep all cookies and retry with them, with chances that session is present inside cookie)
- [ ] stateful ticket (using StatelessTicketCache feature)
Related issue on Spring Jira https://jira.spring.io/browse/SPR-15754