On Fri, Apr 18, 2008 at 2:00 AM, David Nedrow <[EMAIL PROTECTED]> wrote: > We use acegi for one purpose, and that is to authenticate and authorize > (AA) against our corporate SiteMinder server. We have existing Spring-based > applications that successfully auth against SiteMinder via acegi. > > We're starting a new project and are planning to use Wicket. It looks as > though one currently has to use some Spring bridging to inject acegi into a > Wicket application. > > Are there plans to replicate the functionality of acegi as it relates to > AA?
Well we could argue that with Wasp we are already on our way to do that :) after all the main power of acegi is providing hooks to implement your own AA. Swarm can be regarded as a reference implementation. The fact that acegi also comes bundled with a lot of implementations for AA against all sorts of services is something we also strife for however for that we will be needing help from the community :) > > Basically, is there, or wlll there be, a means for me to > authenticate/authorize/etc against something like SiteMinder without having > to slide in bits of Spring to do it? At the moment there is nothing out of the box other than our coupling with acegi. But i am confident that with the api that is available it will be possible for you to build your own, perhaps if it is ready you can contribute it to the community. You could provide a mapping between Swarm and SiteMinder or you can build your own Wasp implementation that connects directly to a SiteMinder server. Maurice > > -David > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
