I'd like to integrate JSPWiki with our company's Web-based single sign on system (SSO). I've figured out how I can plug in a custom authenticator to validate the username/password specified on the JSPWiki login page, but this won't work with our SSO.
To be more specific, our SSO is implemented somewhat like Kerberos, where the application does not have access to the credientials but simply delegates to another server for authentication. Thus, I won't have a login page on JSPWiki at all -- I just want to plug in some code that will provide whatever user information JSPWiki might need (and redirect unauthenticated requests to the remote server). It's not clear to me what I should subclass and how to configure JSPWiki to use it. Any hints about how to do this would be greatly appreciated. -- Tom Wheeler http://www.tomwheeler.com/
