Thanks Marvin. I will start making a Custom authentication handler and then i will return a boolean from that.
I have to include that in the deployerContextConfig right and then refer that in the LoginFlow.xml right? Thanks On Fri, Dec 2, 2011 at 2:14 PM, Marvin Addison <[email protected]>wrote: > > Can you please give me a starting point which can help me understand how > to > > design the whole flow and integrate with CAS. > > A pointer is all we could provide because we ourselves do not know or > cannot agree on what some of the vital workflows should be. You'll > need to consider the following: > - Login webflow > - Custom AuthenticationManager that handles pass/fail of individual > authentication handlers (password, OTP) > - Means of communicating authentication method to services > - User experience > > The last point is by far the hardest. For example, what happens when > a user shows up to a service that demands a stronger authentication > method than they used to start their SSO session? A good UX would > provide a graceful means to provide additional credentials to upgrade > their LOA and transparently re-route the user to the > originally-requested resource such that he or she can now access it. > > Good luck. > > 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 > -- 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
