-
Feb 28th, 2012, 06:56 AM
#1
user login problem with multiple domains
hi,
we are using spring security for our project,and it is working fine.i want to modify spring security a little bit according to my requirements but i was unable to make it.we have multiple domains in our project so for each and every domain the user need to be authenticated.
Spring Security Behaviour is: if the user is authenticated using one domain,the user is saved in cache,and for the other domain it is not authenticating the user and getting the user from the cache and displaying the user but how i need to modify it.
eg:http://localhost:8080/ProjectName?domain=1
the user is authenticated successfully for first time
eg:http://localhost:8080/ProjectName?domain=2
Now the user is brought from cache
so what i need to do here.
-
Feb 28th, 2012, 08:56 AM
#2
As I already replied on your earlier attempt it has nothing to do with Spring Security but with the browser and the shared session state. If you want to change this you will need to reimplement some of the Spring Security classes.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules