posted 5 years ago
My current Spring web application is using CAS Single Sign On and is creating a session for each user login. I want to disable the sessions when a user with a certain role logs in.
Is it possible to use HttpSecurity to disable session managment for certain users or roles in implementations of WebSecurityConfigurerAdapter?
Thanks!
Brandon