Issue Details (XML | Word | Printable)

Key: XFIRE-389
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Dan Diephouse
Reporter: Sanjiv Jivan
Votes: 2
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XFire

support for Acegi based security

Created: 09/May/06 09:19 AM   Updated: 17/Nov/06 03:29 PM
Component/s: Core, Spring
Affects Version/s: 1.1-RC1
Fix Version/s: None

Time Tracking:
Not Specified

Environment: Acegi XFire


 Description  « Hide
Spring + Acegi has been a winner combination for web apps and I was wondering if XFire could provide first class support for Acegi based security for web services. Here's are some good blog entries that I found on the subject :

http://www.jroller.com/page/hexbinary?entry=xfire_as_a_webservice_provider
http://www.jroller.com/page/sqyuan?entry=using_acegi_for_authentication_authorization

Thanks,
Sanjiv



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dan Diephouse added a comment - 09/May/06 09:22 AM
It'd be nice to have this tie automagically into WSS4J as well.

Ingo Siebert added a comment - 18/May/06 03:10 AM
If i understand the blog right, the client has to wrap his username and password at every webservice call. I would prefer a token (something like an sessionId) which is attached at every request, but then i need an acegi unprotected "login webservice" to retrieve such a token.