Search code examples
c#identitythinktecture-ident-modelmembershipreboot

MembershipReboot vs Thinktecture Identity Model


What are the differences between MR and IM in terms of extensibility, stability, security and such?

Which one would be more preferable for a single tenant application?


Solution

  • They are in no way comparable. MR is a library for user management. IdM is a helper library around the claims-based identity APIs in .NET

    They work together really well though ;)