1. Spring Security Basic Auth Prompt Appearing stackoverflow.comWhy would I get the basic auth prompt when I go to /preregistered/* ? I thought the below configuration would only make basic auth apply when /services/** url path was ... |
2. Compojure/Noir using Spring Security for auth & auth? stackoverflow.comCaveat: I'm coming from a PHP background, with a few Java/Tomcat skills that are rusty and out-of-date. I've been using Sandbar with Compojure to secure my web app, but I hear it's ... |
3. spring security two table auth stackoverflow.comi hope this one is an easy one to fix, what i would like to achieve is to use one login for both consumers and admin's here is what i currently have ... |
4. Display registration page after PRE_AUTH authentication forum.springsource.orgDisplay registration page after PRE_AUTH authentication I've set up Spring Security successfully using a PRE_AUTH_FILTER. Visitors can signin the application using Twitter, Facebook etc using the Janrain4j library. I'm also using ... |
5. Disable security form with pre-auth forum.springsource.orgDisable security form with pre-auth Hi all, I'm currently trying to implement a proper pre-auth process. It's working quite well, except that I'm still redirected to a regular login-form. I'd like ... |
6. Authentication object is null after successfull auth forum.springsource.orgCode: public class JoomlaProvider implements AuthenticationProvider, UserDetailsService { ... public Authentication authenticate(Authentication authentication) throws AuthenticationException { //SecurityContextHolder.getContext().setAuthentication(authentication); // SecurityContext sc = SecurityContextHolder.getContext(); //Authentication auth = authentication; //SecurityContextHolder.getContext().setAuthentication((org.springframework.security.Authentication) auth); long id = ... |
7. spring security 3 and spring MVC 2.5 match ? and Pre-Auth question ..? forum.springsource.orgspring security 3 and spring MVC 2.5 match ? and Pre-Auth question ..? hi all, maybe my Question have an obvious answer but, does spring security 3.0 works with spring MVC ... |
8. Acegi & NT Auth forum.springsource.org |
9. User DAO for multi auth system forum.springsource.orgI just have a plan to develop a layer for my security system this is the feature that i want to use 1. user managemnet using DB 2. user management using ... |
10. Proxy auth remote access by apache HttpClient forum.springsource.orgProxy auth remote access by apache HttpClient Hello, I'm trying to use proxy tickets to access from a web-app(FOO) to another web-app(BAR) by apache HttpClient. But I coudn't figure out how ... |
11. spring security switch auth forum.springsource.orgspring security switch auth Hello, here is my problem : I have 2 types of auth in my application. One, is form based made with spring security. The other one is ... |
12. Why the type of auth.getPrincipal() is always String ? forum.springsource.orgJame wrote: >I use the acegi-security-0.6,but when I test the contact-cas, > >in the class SecureIndexController ,it always tell me the type of the auth.getPrincipal() is String !! > >how can ... |