Login « Web Service « Spring Q&A





1. Implementing common login module for multiple web applications    forum.springsource.org

Hai all, I have multiple web applications where as i want to authendication only once like sso (but i don't want to use CAS sso). Can any one of them provide ...

2. Login to my webapp programatically does not work    forum.springsource.org

Hi all, I have a service layer and want to secure my methods with @PreAuthorize(..). I do not want to make any security on the web layer. Is it possible to ...

3. Sharing login/SSO across multiple web apps    forum.springsource.org

Sharing login/SSO across multiple web apps Hi all, I have two web apps based on Spring MVC 3 and Spring Security. They are deployed on the same web server, under two ...

4. Custom rememberme service with default form login: simplify declaration    forum.springsource.org

May 9th, 2008, 04:45 AM #1 sphemy View Profile View Forum Posts Private Message Junior Member Join Date Sep 2006 Posts 9 Custom rememberme service with default form login: simplify declaration ...

5. Login page in another web application    forum.springsource.org

6. Single login for two Web Apps.    forum.springsource.org

Hi, I'm working on GlassFish and I have a project that is constructed from two web applications that eventually deployed as one enterprise application. The problem that if I'm loggin into ...

7. Common login page for all web apps    forum.springsource.org

Common login page for all web apps I am new in SPRING development and need some help. I was able to create a configuration with custom login form that asks for ...

8. Remember-me Service Auto-Login Handler    forum.springsource.org

Remember-me Service Auto-Login Handler Hi, In my app I read a custom cookie (containing user settings) after each successful login event. I'm currently using a custom AuthenticationSuccessHandler for this, which works ...

9. Cannot disable anonymous login with web services    forum.springsource.org

Cannot disable anonymous login with web services I'm using Spring Security 3.0.2. After updating from 3.0.0.M1 I have run into a problem where I can't seem to disable the anonymous login. ...