0

I have an ASP.NET Webforms application running on .NET 4.7.2 that serves multiple clients. One of these clients has an Azure account and they want to authenticate in our application using their Azure users.

How can I implement this integration, considering that only this client wants this integration and all the others will continue using the traditional user/password process of my application?

What do I need to implement to provide this support just for this client?

1
  • SO is for programming questions
    – Vega
    Commented Jul 7 at 10:10

0

Browse other questions tagged or ask your own question.