Tagged Questions
1
vote
0answers
38 views
OAuth2 Spring client error: No redirect URI has been established
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
27 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 ...
0
votes
1answer
43 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
32 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 ...
3
votes
2answers
98 views
Different principals in spring security context when 'in-bean' login method used
For couple of days I have been working on integrating Facebook with our application. I have successfully made the connection working and now after Facebook Login I copy the user to our database and ...
1
vote
0answers
351 views
Spring 3 Security j_spring_security_check
I'm trying to learn, how spring security works, so I've downloaded some sample project and then I tried to implement that solution to my project. But when I try to login, I get 404 error and in an ...
0
votes
1answer
285 views
Spring Security; custom-filter and user-service-ref not working together
I'm trying to implement spring security authorization using a custom filter.
security.xml
<?xml version="1.0" encoding="UTF-8"?>
<beans:beans ...
1
vote
2answers
108 views
Adding users to spring 3 security
I'm thinking about implementing authorization of the users via spring 3 security. I know that usernames and passwords are being stored in some XML file like this:
<authentication-manager>
...
1
vote
1answer
52 views
Is it possible to run Mule 2.2.1 on spring 3?
We have an application that is currently running spring 2.5.6 and mule 2.2.1. We have decided to go ahead and upgrade the app to use spring 3.2 we also upgraded spring security to 3.1. I understand ...
2
votes
1answer
415 views
Cookies getting deleted from browser on exit (Spring Security 3.1)?
I am using Spring Security 3.1 to handle login authentication, session timeouts and maximum sessions.
Also I am deleting cookies only on logout.
<logout delete-cookies="JSESSIONID" ...
1
vote
2answers
69 views
Spring authentication not available in a user created thread
I am using spring based authentication by implementing UserDetailsService. Following is my spring config
<authentication-manager>
<authentication-provider ...
6
votes
1answer
93 views
Disable Spring method security in version 3.0.x
I have a web application with spring security configured to limit access on both URLs and methods. I want to disable it entirely by-default, and allow my customers to easily turn it on if they want to ...
0
votes
0answers
122 views
WAS 8 Spring 3.1 JSF 2 Create Session
I am deploying an application in Webshpere Application Server 8.0.
My application is using spring 3.1.1, spring security 3.1.0 and MyFaces 2.1.7
The application is working fine in tomcat, but in WAS, ...
0
votes
1answer
605 views
Spring Security 3.1 xsd and jars mismatch issue
I'm Trying to migrate from spring framework 3.0.5 to 3.1 and spring-security 3.0.5 to 3.1 (not to mention hibernate 3.6 to 4.1). Using Apache IVY.
I'm getting the following error trying to start ...
1
vote
1answer
430 views
Spring 3.1: Handling session timeout
I have an application that is wired with Spring 3.1 authentication. I have some pages which makes AJAX requests to show some information on the dialog. Now, if the user's session has timed out, the ...
1
vote
1answer
779 views
Struts 2 Tiles Spring Security 3 Cannot load css, image, scripts
I am working on a Struts 2 + Tiles + Spring Security 3 application and I am not able to load any css, image and scripts. They resources are all deloyed into to 'publish' folder. The application works ...
6
votes
3answers
8k views
BeanFactory not initialized or already closed - call 'refresh' before accessing beans
I'm trying to add spring security to a regular JSF application. After repeated tries and I'm failing with the following error on tomcat bring-up.
Here is the entire stack trace. Any help is ...
1
vote
1answer
776 views
Spring security is always redirecting on login page
I have this configuration :
<bean id="customizedFilterSecurityInterceptor"
class="org.springframework.security.web.access.intercept.FilterSecurityInterceptor">
<property ...
1
vote
2answers
1k views
Deployment Failed Spring 3.1 on Weblogic Server 10.3.4
I've been developing maven java spring 3.1 program and deploy it on jetty. It ran successfully on jetty. And now I need to deploy it on weblogic 10.3.4 but I always get this ...
1
vote
2answers
378 views
spring security : Why can't we access Hibernate entitiy parameters in @PreAuthorize?
I have the following interface method on which I am applying @PreAuthorize :
@PreAuthorize("doSomething(#user.id)")
void something(User user, List<User> accessList);
where User is a Hibernate ...
1
vote
2answers
2k views
Spring 3.1 MVC and Security: both login and registration form (multiple forms) on same page get submitted
I'm using Spring (3.1), Spring MVC (3.1) and Spring Security (3.0) in combination and I've put together a single JSP page that has two forms on it; One is a form to login and the other is a form to ...
0
votes
0answers
111 views
Spring sec - expression language - failed to parse expression - when trying to pass a method argument in @PreAuthorize
Consider the following code :
@PreAuthorize("myMethod(#userId, #groupId)")
public void doSomething(int userId, int groupId);
The above works fine, and even the following does ;
...
0
votes
0answers
271 views
spring security : how to apply @PreAuthorize to SwitchUserFilter
I have to check whether the user has the permission to switch user, on the basis of his userId. In my security xml, inside the <http> element, I am specifying a custom filter :
...
1
vote
2answers
492 views
loging not working in Spring security database integeration with encrypted password
I have made one application where i have used spring security database driven and password as encrypted. but it is not working. if i configure user credential into xml file as encrypted password it ...
1
vote
1answer
283 views
spring security - How can I modify the return object of @PostAuthorize in a custom SPEL method?
I wish to filter a collection returned by a service method. This filtering would involve calling another service method and hence I am not going for @PostFilter as it calls the SPEL expression inside ...
2
votes
1answer
5k views
“The matching wildcard is strict, but no declaration can be found for element 'http'” Error
I am trying to configure NTLM authentication, but receive error:
cvc-complex-type.2.4.c: The matching wildcard is strict, but no
declaration can be found for element 'http'.
I read a lot of ...
1
vote
1answer
148 views
spring security : can I pass page scope attributes to spring security tags using EL (or otherwise)?
The following works correctly :
<sec:authorize access="canViewUser(AMIT)">
//SOMETHING TO BE SECURED
</sec:authorize>
But, I wish to do something like :
<sec:authorize ...
2
votes
1answer
1k views
Spring 3 : Can't find AuthenticationProcessingFilter
I'm not able to find AuthenticationProcessingFilter when migrating from Spring 2 to spring 3 (using spring-core)
1
vote
0answers
21 views
spring security - how to configure ExpressionBasedPreInvocationAdvice to use a custom expression handler? [duplicate]
Possible Duplicate:
How to create custom methods for use in spring security expression language annotations
I wish to use custom methods inside @PreAuthorize like :
...
2
votes
3answers
2k views
spring-security - where can I find the list of ALL security filters registered when I use the <http> element?
There are a default set of filters registered when we use the <http> element in our xml file. This mentions the ordering of filters (whichever we choose to apply), and just above that, it ...
4
votes
1answer
690 views
spring security - why to not use the 'spring-security-redirect' parameter in login forms to redirect to a particular page
By default, when the user submits the login form, and is authenticated, he is redirected to the last URL he wished to access, before he logged out (fetched from the request cache) or to the root URL. ...
2
votes
1answer
518 views
Spring security - why does RoleVoter supports all classes and WebExpressionVoter only supports subclasses of FilterInvocation?
In the supports(Class clazz) method of RoleVoter, it always returns true saying that
This implementation supports any type of class, because it does not
query the presented secure object.
...
0
votes
0answers
2k views
Spring security 3.1 authentication error with 'allowSessionCreation' property [closed]
Got Spring bean 3.0 + spring Security 3.1 + wicket (work on Tomcat6). Try to make the simpliest variant of authorization from docs but each time got the same error:
SEVERE: Exception sending ...
0
votes
1answer
442 views
In Spring Security 3.1 i am using form based authentication and want to put additional attributes in UserDetails object
I am new to Springs and not a advanced programmer of java.
I am creating a prototype where i am using Springs security.
to keep it simple i am using JSP form based user authentication and have some ...
4
votes
1answer
3k views
determine target url based on roles in spring security 3.1
In spring security 3.0, we are having AuthenticationProcessingFilter class, in which we were using determineTargetUrl() method, which returned the url based on different roles.
Now, we are moving to ...
2
votes
1answer
3k views
No AuthenticationProvider found for UsernamePasswordAuthenticationToken
my web.xml config is
<filter>
<filter-name>springSecurityFilterChain</filter-name>
...
2
votes
2answers
2k views
Good book on Spring Security 3 [closed]
I'm trying to learn Spring Security 3 and since there is no better reference than "the reference" I'm reading that. But it's a little bit hard to swallow. So I'm looking for a book on it.
So far I ...
3
votes
3answers
3k views
How to programmatically log user in with Spring Security 3.1
What's the proper way to programmatically log a web visitor in under a particular username in Spring and Spring Security 3.1? It seems the way I was doing it under 2.5 has changed a little. I'm sure ...
6
votes
5answers
6k views
Spring 3 Security: AccessDeniedHandler is not being invoked
I have a spring 3 application with the configurations given below. When any user tries to access a page and he/she isn't logged in, I get an Access is Denied exception with an ugly stack trace. How do ...
0
votes
1answer
261 views
Authenticated and UnAuthenticated views of the same resource in Spring Security
I am trying to make a resource that can be accessed by both authenticated and unauthenticated users. I also have the remember-me authentication in place. For a user accessing the resource (page), I ...
1
vote
3answers
1k views
spring_security_login not found
I am following the official Spring reference for setting up security. However I receive a resource not found error for spring security login when it should load the default spring login jsp, right ?
...
0
votes
1answer
941 views
why sec:authorize doesn't work?
I have a JSF 2 page based on Facelets and use Spring Security 3 behind the application. When I put some tags like this within my page:
<sec:authorize access="hasRole('SS')" >
<h:outputText ...
2
votes
2answers
890 views
How to programmatically access <INTERCEPT-URL> from <HTTP> element in spring security
How can I programmatically access the contents of the intercept-url declarations (from the http://www.springframework.org/schema/security schema)? E.g.,
<http auto-config='true'>
...

