Hi Nino,

We have experience with A-Select as a single sign-on framework. It works on the application server level: you install a filter on your web server (support for both Apache and Windows-based web servers) that redirects all unauthenticated users to an authentication server. The authentication server redirects the user to one (of possibly mulitple) authentication service provider (login server). After login, the user gets redirected to the site he tried to access.

There is support for a lot of different authentication implementations available, to name some:
 # LDAP AuthSP
 # Radius AuthSP
 # IP AuthSP
 # PKI AuthSP

see http://www.a-select.org/functional_flows.html for functional flows, and check the documentation section for more in depth info.

regards,
Wouter


--
Wouter Huijnink
Func. Internet Integration
W http://www.func.nl
T +31 20 4230000
F +31 20 4223500


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to