Back Forum Reply New

If already logged in redirect to home page for login request

if I am already logged in it takes me directly to inbox else login.

So how does that work? I guess cookies. but main question is how it can be done in Spring Security?

Thank you.

You can try using the AuthenticationProcessing Filter and specify the inbox ucl using defaultTargetucl

sprin...ingFilter.html

Did you see the technical overview section of the reference guide? Specifically see the Authentication in a Web Application section.
¥
Back Forum Reply New