Hi,
I'm working on a login process where the user can choose to login via
SSO or via User/Pwd. To make this choice, the user will select an item
from a combo box and click a 'login' button.
How would I implement such a dynamic/runtime strategy in shiro? (Sorry
if I've missed the docs on this, and feel free to point me to them if so).
I'm guessing I should implement a custom 'AuthenticationStrategy' class,
but should I extend an existing base class?
Or, is there a better place to hook into the framework to determine
which authentication approach (SSO or Usr/Pwd) to use?
Thanks for any pointers.
Dan Rollo