> Simply: Is it possible to configure authentication handlers based on > ?service= value ? > When user 'test' wants to log in to app1 he is redirected to "....?service= > https://app1" and then he uses proper authhandler. >
First, your premise assumes that there is no single sign-on between app1 and app2, thus both must be configured for forced authentication/renew=true. With that requirement in mind, you could conceivably develop some custom components in the Spring Webflow that provide additional context based on service that would be available to a custom AuthenticationManager that would execute the proper AuthenticationHandler based on service context. I would consider this functionality an advanced customization that would be suitable for a developer/team with modest Spring/Spring Webflow expertise. 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
