Hi,
it seams a simple question. Does someone knows if is possible to have a custom login page to authenticate user in a WAAD? I've bang my head on internet research for a while and it seams that anyone has the final solution.
The idea would have a page "login.aspx" (or similar) in my web application with a form where I could only ask the login and password so the user would never notice that was using the WAAD and my WAAD inscription.
I know I can access the AD using the Graph API, however I can only see the users and reset their passwords. Could I use a password set by the form to compare with some password that the user typed in a form?
Thanks in advance