↧
Answer by Bernhard Thalmayr for Single Sign-On with spring session ID cookie?
Cookie based SSO is only possible (in an easy way) if you are using a so called 'domain cookie'. Technically all applications need to share the same 'cookie domain' then. However from security point of...
View ArticleSingle Sign-On with spring session ID cookie?
I'm working on an project that implements user authentication through Spring Security using a spring session ID stored in a cookie on the client's browser. There's no authentication server, the same...
View Article