I have some clients that need doesn't support form-based login, and I've been asked to allow them to authenticate against ADFS using basic authentication.
However its easy to find the URL basic auth for ADFS 2.0, but I've spend the last 2 hours trying for find a simlar basic auth URL for ADFS 3.0 - without any luck.
Obviously I've already tried the ADFS 2.0 basic auth URL, http://sts.example.com/adfs/ls/auth/basic, but it just gives me a generic message, "There are no registered protocol handlers on path /adfs/ls/ to process the incoming request.".
So to sum up
1. Which URL do I use for basic authentication in ADFS 3.0,
2. Will basic auth also work for external clients connecting through the ADFS Proxy?
3. Will basic auth also activate MFA? (I'm currently using Certificate Authentication MFA method)
Thank you in advance.