Use ActiveDirectory authorization with ASP.NET Identity

24,441
Share:
24,441
barbarian
Author by

barbarian

Updated on January 05, 2020

Comments

  • barbarian
    barbarian over 4 years

    I'm implementing corporate website with asp.net mvc and want to use new ASP.NET Identity framework. Is it possible to integrate ActiveDirectory authorization with ASP.NET Identity? Any samples how to do it?

  • barbarian
    barbarian over 9 years
    What about not using ADFS?
  • Oualid KTATA
    Oualid KTATA over 9 years
    Look at my update and the example provided in the link.
  • barbarian
    barbarian over 9 years
    I use ActiveDirectoryMembershipProvider it based on old asp.net membershipment. I want to switch to ASP.NET Identity
  • Oualid KTATA
    Oualid KTATA over 9 years
  • barbarian
    barbarian over 9 years
    Here I see only ADFS and Azure Active Directory
  • Michael Dunlap
    Michael Dunlap about 9 years
    Not to toot my own horn, but I wrote a blog post on this: willwebforfood.wordpress.com/2015/04/01/…
  • Niklas Peter
    Niklas Peter almost 9 years
    However I think "ActiveDirectoryMembershipProvider" is the old way. Here is a guide how to implement a custom ASP.NET identity without EF. Probably you have to do the same for Active Directory, but it seems to be quite a lot of work for such a standard functionality, that should actually be integrated in ASP.NET: asp.net/identity/overview/extensibility/…