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
0answers
16 views
How to check User Online Status with Spring Security in Grails?
We use Grails Spring Security in our application to perform user authentication. If a user loggs in to our application, the rememberMe cookie will be saved. This means, that the user will remain ...
0
votes
1answer
22 views
Spring Security Rest DigestEntryPoint's key and realm
I'm following baeldung's Spring Security for REST guide, and he has you create a DigestAuthenticationEntryPoint.
When you do that, he says you should set the RealmName and Key in that, and he gives ...
0
votes
0answers
21 views
url context changing between local server and tomcat
Hi I'm working on a application that has a weird problem. The application works fine in both local tomcat and remote tomcat deployments, but on certain modules the url context changes.
Here's one of ...
0
votes
0answers
15 views
Spring Security, REST basic authentication issue
I got an issue related to the HTTP response header "Access-Control-Allow-Origin" when using basic authetication with Spring. When I authenticate manually, like the code bellow (I'm using REST):
...
0
votes
1answer
22 views
@EJB injection in a Custom UserdetailsService (implementing Spring Security UserDetailsService)
I'm using glassfish 3.1.2 in a JPA/EJB 3/JSF 2/Spring Security 3 in my application.
I want to write a custom UserdetailsService like this one:
import org.apache.log4j.Logger;
import ...
1
vote
0answers
15 views
What's the right way to separate the Resource Server and the Authorization Server?
Using spring-security-oauth2 to secure my resources against a SSO endpoint that can act as an authorization server. I'm a bit confused when the documentation states:
The provider role in OAuth 2.0 ...
0
votes
2answers
17 views
convert java webapp to use SAML2 authentication
I'm having some problems trying to understand how to accomplish this task:
1) existing simple webapp with database authentication. (simple custom code)
2) convert simple webapp to use SAML2 ...
1
vote
0answers
13 views
OAuth2 Spring client throws UserRedirectRequiredException
I'm trying to set up a Spring OAuth2 client that authenticates to my own provider and resourceserver. Provider and resource server are one application in my case.
I have problems with setting up the ...
0
votes
0answers
36 views
Grails Spring Security secureChannel not redirecting https?
I currently have an application I am working on that I am using in the cloud (Jelastic). I have added SSL certs to my Cloud environment and want to be able o now use https on certain pages. I have ...
0
votes
0answers
23 views
Problems with implements UserDetailsService, autowire doenst wire [closed]
It is from krams tutorial.
http://krams915.blogspot.sg/2012/01/spring-security-31-implement_1244.html
When i try to implements a custom user detail service from the tutorial, the services is null, ...
0
votes
0answers
26 views
Multiple log in points in Spring security 3
I want to implment two login points in my application.
And i want it to work like this.
User logs into page 1 (user credentials 1), he then proceeds to click a button which takes him to page 2 if he ...
1
vote
2answers
39 views
How to authenticate against Active Directory via LDAP over TLS?
I have a working proof-of-concept application which can successfully authenticate against Active Directory via LDAP on a test server, but the production application will have to do so over TLS -- the ...
0
votes
1answer
28 views
can we use hasPermission secution expression in xml config of spring?
Could we use something like this in spring configuration xml file :
<http auto-config="true" use-expressions="true" >
<intercept-url pattern="/hardcopy/*" access="isAuthenticated() ...
0
votes
1answer
26 views
How to get hold of user details in custom expression handlers
I am using a custom security expression handler and using spring 3.2.0. Here is the custom expression root class :
public class CustomerPortalSecurityExpressionRoot extends WebSecurityExpressionRoot ...
0
votes
0answers
25 views
display of username in .xhtml with spring security
Is the username appears only in one page .jsp ?
in a jsp page I put <sec:authentication property="principal.username"/> with <% @ taglib prefix = "sec" uri = ...
0
votes
1answer
25 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
26 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
29 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
37 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
40 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
31 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
46 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
24 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
28 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
0answers
32 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
40 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
28 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
30 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
52 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
36 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
96 views
+50
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
34 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
19 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
43 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" />
...
0
votes
1answer
53 views
+50
example booking faces intercept-url pattern=“/secure”
Hi i have an question relate with the example booking-faces https://github.com/SpringSource/spring-webflow-samples/tree/master/booking-faces, with the parameter in spring
security intercept-url ...
0
votes
1answer
29 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
0answers
24 views
How to force session creation for a specific page
My application contains tow parts. Customer and Admin parts.
I am using migrate session to protect my application from session-hijacking. So after login, the old session is eliminated and a new one ...
0
votes
1answer
33 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
20 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
35 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
26 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 ...
0
votes
1answer
15 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
77 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
23 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
32 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
33 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
20 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
40 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
72 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
30 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 ...



