> Is there a way to use both active directory and jdbc authentication, for > example if the user is found in active directory then no authentication is > required but if the user is not in active directory then CAS authentication > is required, how can we do this in CAS ?
It sounds like you want to use CAS authentication in only the non-AD use case. If that is what you want, then it's entirely a client-side issue. If you tell us more about the application we can possibly give you pointers how to accomplish that. If you mean you want CAS to first attempt to authenticate to AD and if that fails try a JDBC data source, that is easily accomplished by configuring two authentication handlers in the order you want them evaluated. The default authentication handler for CAS will attempt to authenticate a user against all authentication handlers until it gets a successful result; authentication only fails if _all_ configured handlers fail. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
