On Thu, Jan 27, 2011 at 10:11, BARBOSA Bernard <[email protected]> wrote: > May I please ask if anyone has tried to setup CAS Client or Agent or similar > which talks to CAS server so user should not need to input username and > password and its automatically logged on the user?
How do you distinguish between users? If your authentication is MAC/IP/certificate* based, you probably need to write custom Credentials and CredentialsToPrincipalResolver implementations (and maybe AuthenticationHandler and AuthenticationManager implementations too). * X.509 is supported by CAS out of the box, by the way. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev
