I need some help to start a MVC project.
Is there any way to authenticate an Active Directory user on an intranet MVC page using Windows Identity tables to manage role authorization?
Any guide would be helpful, thanks.
I need some help to start a MVC project.
Is there any way to authenticate an Active Directory user on an intranet MVC page using Windows Identity tables to manage role authorization?
Any guide would be helpful, thanks.
Maybe I don't understand the problem right but ASP MVC and IIS supports windows domain authentication with NTLM or Kerberos options. So you can login to your intranet website using your domain account.
Refer this topic: Windows Authentication for ASP.NET MVC 4 - how it works, how to test it