I am working on ASP.NET web application and need to implement authentication using Active Directory domain accounts.
From what I understand there are 2 possible options:
- Integrated Windows Authentication
- Windows Digest Authentication
Can I use either of them? It is clear that Windows Digest Authentication supports authentication using Active Directory domain accounts. Integrated Windows Authentication definitely can use local Windows accounts but I am not sure about AD accounts.