ASP.NET - Application with possibility of authentication Forms and Windows

0

I have to configure the following ASP.NET authentication scenario: depending on some conditions I need authentication via Forms or Windows.

The scenario is the following if an authenticated user is identified, the authentication of the application should validate the Login in AD (Active Directory), in case of an intranet for example. If the access has been made through the internet, the authentication of the application must be done through Forms, requesting the credentials registered in the database associated with the user.

From what I've seen so far, ASP.NET allows in the application either authentication, or even because it depends on IIS settings. Has anyone had to configure this scenario, and can you help me?

    
asked by anonymous 16.07.2018 / 17:36

0 answers