spring-security
Url rewrite issue not getting current session (getPrincipal()) for redirected url
I have rewrited url f开发者_开发知识库rom: http://www.xyz.com/Sample/showSamples-ASA21DS to: http://www.xyz.com/Sample/showSamples.do?sampleId=ASA21DS[详细]
2023-03-29 05:19 分类:问答Grails/Spring Security: Unable to login with a newly created user
I have just started using grails and installed the spring-security and spring-security-ui plugins. I am following the tutorial given here. The application starts with one bootstrapped user me with ROL[详细]
2023-03-29 04:48 分类:问答How to populate LDAP authorities from Active Directory LDAP using Spring security?
We are using spring security to authenticate users from LDAP in our application. The authentication part is working properly but the authorization part is not working.[详细]
2023-03-29 01:48 分类:问答a very simple spring security 3 example don't work?
a very simple spring security 3 example that i found on the net give me a strage ecxeption in jboss! ecxeption with log:[详细]
2023-03-28 06:01 分类:问答Overriding AjaxAwareAuthenticationSuccessHandler.onAuthenticationSuccess Gotchas
I wrote a custom success handler for our application because the client was to redirect to specific pages based on roles.In doing this, I was originally calling super.onAuthe开发者_JS百科nticationSucc[详细]
2023-03-28 01:13 分类:问答What component provides AuthenticationToken in Spring Security?
I need to write a new authentication method for Spring Security for a rare authentication protocol.I can write an AuthenticationProvider that will support the new system, but I need to have the approp[详细]
2023-03-27 23:39 分类:问答SpringMVC 3 Spring Security Creating User Login
I\'m trying to use this tutorial to create a spring mvc user login page. The tutorial is great but one thing is not clear, on the second page he talks about the UserRepository interface. The interfac[详细]
2023-03-27 22:51 分类:问答How do I get Spring to use https? [closed]
Closed. This question needs to be more focused. It开发者_C百科 is not currently accepting answers.[详细]
2023-03-27 22:24 分类:问答Securing gsp files
I\'m relatively new to Spring, but very new to Spring Security and Grails.To be brief, I know its recommended to not allow .jsp files to be servable, you should toss them in WEB-INF, and set up your c[详细]
2023-03-27 15:33 分类:问答@Autowire is not working in Spring security Custom Authentication provider
We have Spring MVC application. We are trying to integrate the Spring security in it. We have written our custom authentication provider which will do the work of authentication.[详细]
2023-03-27 14:36 分类:问答