Spring Security (formerly known as Acegi Security) is the Spring Framework's application security solution. Spring security can be used to secure URLs and method invocations. It is widely used to secure standalone web applications, portlets and increasingly REST applications.
0
votes
1answer
15 views
Transparent login through URL
I'm gonna modify two different webapps, aka "Foo" and "Bar".
They both run under https, the first at https://example.com/foo and the latter at https://another.com/bar.
My goal is to put a link at ...
0
votes
0answers
7 views
Spring Security whitelisting approach using annotations and a global denyAll
At the moment I try to figure out how Spring Security evaluates the given URL, expression and annotations. So far it seems like it always checks the entries from security-context.xml first. And if ...
0
votes
0answers
6 views
Dyamically redirect user after session timeout based on original Authentication
I want to redirect a user to different login pages when the session has timed out and I get a request. I'm using Spring Security and having trouble accomplishing this with the security filters. The ...
0
votes
0answers
18 views
How do I redirect to different URLs on session invalidated based on the authentication scheme that was originally used?
I am using Spring Security for authentication and support multiple authentication schemes.
Standard username/password authentication that's local to our application (using ...
0
votes
0answers
16 views
Authentication Manager error in Spring Security
Am trying to develop spring secure Application with Spring 2.5 version.Am getting error in security config file.
here is my authentication manager declaration:
<authentication-manager ...
0
votes
2answers
7k views
How do you enable LocaleInterceptor to change the locale in spring-security login page?
Pardon me if this question has been asked before, but I haven't gotten a straight answer that helped me solve my problem.
I have a gwt application that I have secured using spring-security. Spring ...
0
votes
0answers
7 views
Can I configure Jasypt with mutable iterations property?
Thanks in advance for any ideas or help...
My issue is that I am configuring a Java application such that it uses a SimpleDigestConfig from the Jasypt library in order to handle the hashing for user ...
0
votes
1answer
9 views
Property anottated with @FXML is null When i use Spring Security and Javafx
i am developing an Javafx application with Spring Security enabled in it. then, i have created a fxml form which have a textField with id equals to txtField. later i anottated a method with @Secured ...
-2
votes
1answer
12 views
Login page with Spring Security not working URL(http://localhost:8080/site/j_spring_security_check) goes to PAGE NOT FOUND
I am new to hippo and working on hippo cms site.
I am working on creating a login page with spring security. For this I created the following files and did the configuration for spring and spring ...
0
votes
0answers
36 views
Spring : How I can connect with token URL
how to authenticate a user without typing a name and password, but a URL sent by email with a token ?
I tried with a controller intercepting the url containing the token but my spring setting returns ...
0
votes
0answers
16 views
Redirected to j_spring_security_check via GET method
I have a strange re-occurring problem with requests being made to j_spring_security_check via GET method.
All my login forms use POST to j_spring_security check for posting login credentials. Yet, ...
0
votes
0answers
10 views
axiom-wss4jsecurityinterceptor with spring-ws raises no endpointadapter found
I am using AxiomSoapMessageFactory with WSS4JSecurityInterceptor, here Endpoint mapping is PayloadRootQNameEndpointMapping . I don't know why the soap:body is set to null in AxiomSoapMessage while ...
0
votes
0answers
15 views
Spring Security 3.2 and servletApi()
I am trying to use servletApi() of Spring Security 3.2 M2 but could not be successful. AuthenticationManager seems null at SecurityContextHolderAwareRequestFilter. And because of this ...
1
vote
2answers
4k views
Ldap invalid credentials not loading authentication failure url
Able to do the custom ldap authentication for external db authorities. But when I am trying to test wrong password the authentication failure URL is not showing instead my browser prints the exception ...
0
votes
1answer
34 views
Spring Security SAML HTTP Post error with OpenAM
I am having an issue with the Spring Security demo by Vladimir. When I change the binding and assertion consumer service to HTTP-POST by default, I get the following error...
...