Multiple AuthHandlers
Scott Battaglia
scott.battaglia at gmail.com
Thu Jan 25 18:33:08 EST 2007
Hi,
Yes! If you configure multiple authentication handlers in the
deployerConfigContext.xml the AuthenticationManager will try each one in
turn (as long as they support the type of credentials) stopping when an
AuthenticationHandler returns true or it runs out of AuthenticationHandlers
to try.
You'll notice that the default deployerConfigContext.xml is configured with
more than one AuthenticationHandler. Just add your additional ones to the
list.
-Scott
On 1/25/07, Ezra Nugroho <enugroho at spikesource.com> wrote:
>
>
> CAS experts,
>
> Is it possible to have multiple AuthenticationHandlers in a chain in one
> deployment?
>
> What we want to accomplish is to authenticate users with a primary
> AuthenticationHandlers (in this case LDAP), and if they fail, we want to
> authenticate them against the secondary handler (RDBMS or something
> else).
>
> I would appreciate any reference on this.
>
> Thank you very much,
> Ezra
>
> _______________________________________________
> Yale CAS mailing list
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20070125/b8659bc9/attachment.html
More information about the cas
mailing list