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 <[EMAIL PROTECTED]> 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
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to