We're implementing SAML2.0 using Apache Tomcat/SAML Security Extension and Okta as IdP. User A logins with the application and spring security context setting the login id as "User A" and when the admin approval needed on few screen, an admin user login with his saml user id/password then the existing session get overwritten.
Needed :
Its look like Spring 2 has retired this feature :(
Any other work around for handling two users on the single browser even one after other without asking for re-login from the user?