> Is it possible to achieve this using standard CAS functionality No.
> or I need customize it? If so how this can be done? The core component you'd need for this functionality is a custom AuthenticationManager that responds to some parameter provided by the UI based on the user's selection of authentication provider. Then you'll need AuthenticationHandlers for each of the backends you want to support, and select the one to authenticate credentials based on the selection parameter. 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
