-
Apr 5th, 2006, 07:57 AM
#1
Standalone authorization feature in acegi
Hi,
I would like to know if it is possible to use acegi only to access the authorization part of the framework as i already have authentication being carried out by another framework
regards,
vinay
-
Apr 14th, 2006, 06:35 AM
#2
Yes, and a lot of people do this.
All you need is ensure the SecurityContextHolder.getContext().setAuthenticati on(Authentication) is setup. You'll generally construct an Authentication from whatever your existing authentication system provides.
-
Apr 15th, 2006, 08:46 AM
#3
Thank you Ben for the info
regards,
vinay
-
May 17th, 2006, 04:20 AM
#4
Standalone authorization feature in acegi
Hi Ben,
I am facing precisely the same problem where my authentication is done by some other system. I am new to acegi and would really appreciate if you could provide few more implementation details on how exactly to achieve this.
Thanks in anticipation,
Amit
-
May 18th, 2006, 08:10 AM
#5
Hi,
same for me 
How could you implement the fact that authentication info comes from one system (dedicated AuthenticationProviderA) and authorisations from another (we cannot modify AuthenticationProviderA...).
Like having a second AuthenticationProvider, chained after the 1st one but who fills only the authorities...
Thanks
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