I am very new to authentication based on the Active Directory. My organisation has an on prem Active Directory which i need to use to implement AUthentication and authorization. Could you please help me with some links which make me aware of How authentication
with windows active directory works.
I don't have much knowledge on security tokens and certificates. I need to build a web application which implements security using On prem Active directory.
I am using VS 2017 for my development. Please advise. Thanks
Member
3 Points
10 Posts
Using On Premises Active Directory For Authentication in MVC 6
Jun 06, 2018 10:56 AM|varun.anand31|LINK
Hi Experts
I am very new to authentication based on the Active Directory. My organisation has an on prem Active Directory which i need to use to implement AUthentication and authorization. Could you please help me with some links which make me aware of How authentication with windows active directory works.
I don't have much knowledge on security tokens and certificates. I need to build a web application which implements security using On prem Active directory.
I am using VS 2017 for my development. Please advise. Thanks
Regards
Varun
All-Star
48720 Points
18184 Posts
Re: Using On Premises Active Directory For Authentication in MVC 6
Jun 06, 2018 11:07 AM|PatriceSc|LINK
Hi,
Have you tried https://docs.microsoft.com/en-us/aspnet/core/security/authentication/windowsauth?view=aspnetcore-2.1&tabs=aspnetcore2x ?