Hi All,
I've got a problem trying to mix several type of authentication.
the context:
using CAS 4.2 I'd like to have a 2 steps identification
1. a login page where the login can be an email. if the email match a pattern (
X...@mydomain.com) then the user will be redirected to the ADFS login page of
mydomain.com2. if there is no match for the first step then a login/password page is displayed and the information is checked in a DB
for the second point, it works OK.
my question is: how can I set up one or several ADFS connections for the step 1, please?
thank for any help!
Ed Roe