I would like to be able to have my users type in their username and then use a regular expression match to direct the user to either a delegated authority or to a form where they put in their password for an ldap or JDBC authentication.
I see where I can use a regular expression to match to different delegated authorities, but it doesn't seem like I can say to use the non-delegated form if none are matched.
Has anyone figured out how to do something similar?
Thank you,
Aaron