I am trying to find a way to authenticate credentials entered in a .NET application to our existing UME database in EP.
- user enters username and password into ASP.NET web application
- username and password are authenticated against UME to confirm credentials are valid/invalid
Is this possible? If so, what is the best approach?
Thank you.
Tom