You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jonathan Eric Miller <je...@uchicago.edu> on 2004/02/24 23:10:07 UTC

Possible to implement Pubcookie authentication using Tomcat Realm?

I recently found out about a way to create a single sign-on setup for
authentication for Web applications called Pubcookie. The following link has
a diagram that shows how it works. If a user hasn't yet authenticated, they
are redirected to a separate server that displays a login page. Then, once
the user has authenticated correctly, they are redirected back to the
original Web application.

http://www.pubcookie.org/docs/how-pubcookie-works.html

I'm wondering if anyone knows if it would be possible to implement this in
Tomcat as a Realm? Or, would it be more complicated than that since it does
a redirect?

Jon


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org