users@glassfish.java.net

Re: JA-SIG CAS Single Sign On and Glassfish

From: Ron Monzillo <Ronald.Monzillo_at_Sun.COM>
Date: Mon, 29 Sep 2008 16:24:17 -0400

Danilo Levantesi wrote:
> Hi to all!
> I would like to know if someone had experience integrating CAS as a custom
> realm to authenticate and authorize users, or if someone can give me some
> piece of advice to write such a custom realm.
>
> Many thanks!
> Danilo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
If you are willing to focus (at leats initially) on integration within
the glassfish servlet container, then my recommendation is that you
write a Server Authentication Module (i.e.; SAM).

you can see a description of how to do this a:

http://blogs.sun.com/enterprisetechtips/entry/adding_authentication_mechanisms_to_the

if you choose to follow this path, please let me know how it goes. I had
once started down this path, but have not had a chance to return to it.

Ron