Hi,
I have web application which is using MVC 4.5 and the authentication is windows.
Where users login credentials are validated against the AD to check if the is user is valid and if valid then check if the user belongs to a particular AD group specific to the application. Once this is successfull then user access the application.
Now i want to perform the same action using Azure Active Directory without changing much code.
Our application is move to App Service and now it is registered against the AAD.
Now my application should check if the Request is Authenticate if not it should redirect to AAD and Authenticate and give the
application a valid authentication token.
I don't want to use Owin and its startup class.
Thanks & Regards
Swapnil