cas-security-spring-boot-starter icon indicating copy to clipboard operation
cas-security-spring-boot-starter copied to clipboard

RestTemplate integration

Open kakawait opened this issue 7 years ago • 1 comments

  • [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)

kakawait avatar Jul 10 '17 13:07 kakawait

Related issue on Spring Jira https://jira.spring.io/browse/SPR-15754

kakawait avatar Jul 10 '17 14:07 kakawait