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
27 views
x509 authentication with Active directory using Spring security
Hi Iam new to Spring security,
My task is to authenticate a user against active directory by matching username retrieved from the x509 client certificate.
So far what i did is enabled ssl mutual ...
0
votes
1answer
49 views
An Authentication object was not found in the SecurityContext
I have an application exporting web services, with a configured Spring Security SecurityFilterChain (with SecurityContextPersistenceFilter among others, which is required for the rest).
My ...
0
votes
1answer
33 views
Install spring ide in eclipse
Is it necessary to install spring ide in eclipse to use spring security in a web application jsf2.0, although I added all the necessary .jar.
1
vote
2answers
40 views
Simplest way to limit user's ability to modify fields in a domain object?
In a RESTful Spring MVC app, what is the most efficient way to limit user's ability to update domain objects?
Imagine a movie service with the following url: "service/movie/id". There are 2 groups of ...
0
votes
1answer
54 views
Spring security 3.1 authentication LDAP with md5
When we try to authenticate using the spring authentication manager, its says "bad credentials":
Authentication request = new UsernamePasswordAuthenticationToken("john", "johnldap");
result = ...
0
votes
0answers
35 views
Tomcat Server can not find this Spring ContextLoaderListener class during the server start up
the Error is:
INFO: The listener "org.apache.myfaces.webapp.StartupServletContextListener" is already configured for this context. The duplicate definition has been ignored.
mai 14, 2013 11:19:50 AM ...
0
votes
2answers
83 views
grails spring security login is not working
I am using grails 2.1.0. I have installed spring-security-core plugin.
When I create user it is creating it. But when I try to login then it shows:
"Sorry, we were not able to find a user with that ...
0
votes
2answers
26 views
value of “remember me” spring security
What is the utility of remember me to spring security. Is that it is already known by spring security like j_password variable and j_username?
0
votes
0answers
36 views
Integrating WebSphere Authentication and Spring Security Authorization
I need to implement a custom user registry for WebSphere Application Server 8.5 for a Spring Security / WAS integration proof of concept. I followed the instructions here: ...
1
vote
1answer
38 views
Spring security really strange behaviour in IE
I'm having the weirdest problem I have ever seen before.
The application I am working on uses spring security 3.1.3 to provide authentication support. There is a custom login form for which I have ...
0
votes
2answers
53 views
Adding OpenID support in broadleaf commerce
I am trying to add OpenID support to broadleaf commerce application.
I was able to work out a working standalone web application using Spring OpenID.
In my site/pom.xml of my broadleaf commerce app, ...
0
votes
0answers
31 views
redirection after login spring security
this is security-app-context.xml the authentification is works well but spring security don't redirect after the succesful login. and no error display
jsf2.0
spring security 3.0.6
tomcat 7.0
...
0
votes
1answer
33 views
Grails Spring Security Last Request URL when AJAX
I'm recently facing the problem with last request url after login. Normally, everything works properly. But if I proceed following procedure I have troubles:
Open an App in one tab and log in
In ...
0
votes
2answers
63 views
Using Cookie for Authentication with Restful service in Spring
I've used Spring Security to secure RESTful web services built with Spring, but in the past the request has used authentication headers for the authentication. Now I need to secure an application like ...
0
votes
1answer
55 views
Putting X509 Certificate in HTTP Request
I'm using Spring Security for X.509 preauthentication.
To make sure the client sends its certificate per HTTP request, is it necessary to:
Modify pom.xml to set <wantClientAuth> and ...
3
votes
5answers
152 views
Using intercept-url in Spring security
What is the preferred way of making patterns in the intercept-url element in Spring security?
I am creating a web service (RESTful) and I currently require that all users are logged in and have the ...
1
vote
2answers
36 views
Should a HTTP 404 preceed a HTTP 403 status code?
I have created a web service (RESTful) with Spring MVC 3.1 and I have added Spring security. One of the endpoints is /users/{id} which should only be available to administrators. However /users/{id} ...
1
vote
0answers
20 views
Adding @PreAuthorize on service layer or controller layer? [duplicate]
I wonder what is the recommended way of applying security constraints with Spring Security?
I have read that you should secure your service layer so that is what I have done. Now, looking at my ...
0
votes
1answer
47 views
Spring security authentication simple login
I have the following configured in my app-config.xml:
<security:http auto-config="true" />
<security:global-method-security secured-annotations="enabled" />
...
1
vote
1answer
99 views
example booking faces intercept-url pattern=“/secure”
I have an question relate with the example booking-faces, with the parameter in spring
security intercept-url pattern="/secure" what's is mapping?, where is /secure configured.
thnks.
0
votes
1answer
33 views
spring-security: where did the Principal go?
I've been playing with spring-security for a while and for some reason I'm not able to access the principal in the JSPs even when authentication and authorization are working right.
This is my ...
0
votes
1answer
34 views
How to use session's property in java application
I have enabled security for my application, and these protected resources cannot be accessed unless the user is logged in.
However, I need to run multiple tests inside my java application. I wonder ...
0
votes
1answer
22 views
maxSession configuration prevention for special users
I am new in spring security and have a question about session management in spring security.
I have configured my application like this to prevent login by a user name more than once in a specific ...
0
votes
0answers
36 views
spring security session expiring too fast
We have an application built with grails 1.3.7 and the spring security plugin.
This application was executing in a server and it was configured to use the development database. This week we decided ...
0
votes
0answers
36 views
SSO between a PhoneGap app authenticated via OAuth and Spring web site
I am building a PhoneGap app that has a subset of features of an existing Java/Spring web site. When the user tries to access the advanced features, I want to kick them to the web site in an in-app ...
1
vote
1answer
18 views
Spring x.509 authentication only for certain port
I would like to have the following scenario in my Spring app:
All connections to port 8440 have one-side https authentication (only the server is authenticated)
All connections to port 8441 have ...
1
vote
1answer
87 views
unable to allow static resources in spring security 3
I am unable to allow static resources(like js,css,images) in spring security 3.Below is my config file.
<beans xmlns="http://www.springframework.org/schema/beans"
...
1
vote
1answer
28 views
Spring Security form login styling without JSP
I have a Spring Security application with a form-login:
<security:http>
<security:form-login ... />
</security:http>
The login pages are working very well for me, but I'm ...
0
votes
1answer
43 views
Spring security not invoking request mapping after authorization
I have a custom login page which authenticates a user using a custom UserDetailsService bean. In the spring security DEBUG logs I see that the authentication proceeds fine and the list of granted ...
0
votes
1answer
40 views
Spring LdapAuthentication and Load roles from local database
I have Spring Security configured to authenticate against LDAP server.
<security:authentication-manager >
<security:ldap-authentication-provider user-dn-pattern="uid={0}" />
...
0
votes
0answers
24 views
Auto fill input in the html form - spring-security
Is there any cross-browser mechanism to automatically fill the value of the html form, if it was already been filled previous time when user opened the page?
For example, I have authentication page ...
0
votes
0answers
44 views
spring security can't redirect after succesful login
I use Spring security3.1 in JSF2 Application. the problem that spring security can redirect after failed login, but it can't after the succeful login.
security-app-context.xml
<beans:beans ...
1
vote
1answer
79 views
Spring Security X.509 Preauth
I'm using Spring Security 2.x's Preauthentication with X.509 certificates.
I get the certificateText via HttpServletRequest.getAttribute("CERTIFICATE").
Sometimes, the above call returns "" (empty). ...
0
votes
1answer
31 views
JSF Redirect page based on User role
I have two types of admin.
Super admin and normal admin.
Both start on the page admin.xhtml.
I want to forward super admin users to super-admin.xhtml and normal admin to normal-admin.xhtml.
How do ...
5
votes
1answer
100 views
Spring + Web MVC: dispatcher-servlet.xml vs. applicationContext.xml (plus shared security)
What is the correct way to use the two contexts: dispatcher-servlet.xml and applicationContext.xml? What goes where?
I want to write a fairly typical app deployed in a servlet container. It has some ...
0
votes
1answer
40 views
Autowired Dependency Injection with Spring Security
I have a spring webapp with annotation driven configuration.
All Controllers, Repositories are autowired.
When integrating Spring Security I defined a separate security-app.xml. I created a Service ...
1
vote
0answers
46 views
How to show different menu according to rule of user using Tile3
I am using tile3, spring security and struts2. I have different number of users, each with specific role, and each role should has access to a specific menu, I have the follwoing tile.xml file but I ...
2
votes
1answer
81 views
How to integrate Spring-security, struts2 and tiles3
I am trying to integrate Springsecurity, struts2 and tiles3, once I run my application, it runs into following error, please let me know if I should include any other part of my code.
Related cause: ...
0
votes
3answers
32 views
In Grails, how do I get a property for a relationship on a Spring Security user?
I'm using Spring Security. Let's say I have a User that belongs to a Store. The Store has a property that determines if it has an online shop or not:
class Store {
...
boolean isOnline
...
0
votes
1answer
30 views
to use salt-source bean, which domain do I need to implement?
I am trying to implement a salt source as part of my security in Spring security 3. I want to salt the username, but in order to use this as shown below, which domain do I need to implement in order ...
0
votes
2answers
118 views
Spring Security j_spring_security_check not invoked
I have a Spring WebApp using custom User, Roles, Permissions tables custom (read "naive") authentication.
I am migrating the code to use Spring Security now. I read tutorials and got to the point ...
0
votes
2answers
38 views
Methods on Authentication object in Spring security
How am I supposed to know what getDetails(), getPrincipal() etc returns on SecurityContextHolder.getContext().getAuthentication()? The type is object and I can't make sense of whats written in the ...
0
votes
0answers
65 views
spring security autorization in a jsf-jpa web application
I use spring security in a web application (jsf 2 and JPA2) for authentication and authorization. authentication is successful, but the authorization is failed. And I was not able to display the ...
0
votes
2answers
43 views
How to implement custom authentication using Spring 2.5
We are using spring 2.5. We have common web services to authenticate user, which takes a user name and password as input and returns true or false after validating the password. How and where should ...
0
votes
1answer
51 views
Spring Security 2 Custom Authentication Provider not saving security context
I've changed the default Authentication Provider for a Custom one.
This is my AuthenticationProvider
public class CustomAuthenticationProvider implements AuthenticationProvider {
@Autowired
...
1
vote
0answers
23 views
Returning different JSON objects based on role of currently authenticated user
How do I conditionally serve different JSON objects from a Spring (3.1) backend? I am using Spring Security but I don't understand how I can serve different representations of an object?
I am only ...
1
vote
1answer
43 views
Combining Spring Security Tags and Struts2 Tags
I'm currently using Spring Security to manage login and sessions on my Struts2 application.
To retrieve the logged user in a JSP page I'm using the sec tag lib by importing the following to my jsp.
...
0
votes
1answer
59 views
Custom Authentication Provider on Spring Security 2 userDetailsService issue
I had Spring Security 2.0.5 on my webApp, using a default Provider. Now requirements have changed and I need a CustomAuthenticationProvider in order to change Authentication way.
This is my ...
0
votes
0answers
35 views
SSO between Spring Security and ASP.NET MVC site
I'm currently working on the ASP.NET MVC 4 website and I have to tie its authentication to the existing Java site. That site uses Spring Security 3 for username/password authentication and has its own ...
6
votes
1answer
94 views
+100
Tile does not work properly with OGNL expressions
I am trying to use OGNL in my tile but it considers the expression as a string ( whatever I use it counts as a string).
How should I change it in a way to count the expression as name of a page not ...



