Tagged Questions

1
vote
2answers
417 views

Spring embedded ldap server in unit tests

I am currently trying to use an embedded ldap server for unit tests. In Spring Security, you can quickly define an embedded ldap server for testing with the tag with some sample …
3
votes
4answers
942 views

How can I check Spring Security for user authentication and get roles from Flex?

I'm using Spring, Spring Security, BlazeDS, Flex and spring-flex. I know that I can call channelSet.login() and channelSet.logout() to hook into Spring Security for authenticatio …
2
votes
1answer
72 views

Rewrite spring-security redirect URLs

I'm trying to get Tuckey UrlRewriteFilter to tidy up URLs for my webapp. One problem I've got is that when spring-security notices that an anonymous user is trying to access a prot …
1
vote
5answers
465 views

Acegi/Spring Security Grails plug-in not seeing changes to a User instance

I am writing a web app in Grails with the Acegi/Spring Security plug-in, and am having trouble getting it to see changes I make to User instances. I have only been working with Gro …
0
votes
2answers
207 views

Spring’s AuthenticationProcessingFilter override

Hi, I'm trying to override AuthenticationProcessingFilter in Spring security. I have done following config in xml: <security:http access-decision-manager-ref="accessDecisionMa …
0
votes
3answers
58 views

how to conditionally show jsp content to logged in users with Spring security

I want to show content to any user that is logged in and to hide if they are not logged in. I'm using jsp's and spring security. Obviously a home grown solution is easily done. B …
0
votes
0answers
17 views

How to retrieve the organization from active directory

Hello, Is there a way to retrieve the organization unit like (OU=LM,DC=test,DC=local) from active directory when i use the configuration described in this link: http://stackoverfl …
0
votes
1answer
18 views

Should I implement a custom properties file based authorization tag to go with authz from Acegi Security?

I'm searching for the best way to handle view-level authorization (where you hide markup based on a user's roles). The typical way to do this is with the Acegi Security authz tag, …
0
votes
1answer
31 views

Custom authentication

My system has 2 subsystems. Each subsystem has different set of users. Each user has an extra field "SystemName" that can be used to know which system this user belongs to. In the …
0
votes
1answer
19 views

Logging user agent info on login with Spring Security

Hi, I am using Spring Security with LDAP for an application and I want to log the user-agent when the user logs in. However, I cannot access the request object in the Authorities …
0
votes
2answers
108 views

acegi ntlm how to?

I have an application that using ldap acegi-security-1.0.2.jar . I able to authenticate the user with active directory. I wanted to add NTLM auto login feature for my application. …
0
votes
2answers
48 views

Spring Security Custom freemarker form

Hi experts! I'm currently working on a project were we use freemarker as a template language. Instead of using the defualt login form I have created a custom controller and a cust …
0
votes
1answer
28 views

View Level Security Pattern

Background: The grails application I am developing has a few levels of granular security. First the least granular is at the controller level. Either you can view a specific page o …
0
votes
1answer
189 views

spring security integrate with facebook connect

may i know is there any tutorials/guideliness on spring security integrate with facebook connect
0
votes
1answer
55 views

Add Principal/authority dynamically for anonymous user

Hi Guru, I am using spring security 2.x (+spring + struts2) and would like to enable add authority to user dynamically after user submits a form. I have a protected directory (/p …

1 2 3 4 5 7 next
15 30 50 per page