Re: [Acegisecurity-developer] SSO - Cookie, etc

2006-07-01 Thread Ben Alex
Matthew Holt wrote: 1. Read SSO cookie username. 2. Check username against LDAP. You need to write an authentication mechanism that can setup the SecurityContextHolder with an Authentication object representing the username derived from your SSO cookie. Usually this will be

[Acegisecurity-developer] SSO - Cookie, etc

2006-06-27 Thread Matthew Holt
Hi all, I'm attempting to enable Roller Weblogger to work with my company's single sign-on. Roller uses Acegi, and I'm running into some confusion as far as how Acegi sets cookie's, etc. The steps that I need Roller to accomplish using Acegi are as follows: 1. Read SSO cookie username.