c# - User Identity Framework asp.net Identity and LDAP -
currently, boss me create user identity system individual account under .net platform. @ beginning, prefer use asp.net identity framework, boss advise ldap. not sure 1 better or not.
below basic requirement.
- support millions of users
- support different groups of user (e.g. have 3 different groups, general practice, public clients, staff)
- email verified registration.
- external login such facebook.
can let me know 1 better?
due requirements asp.net identity way go. provides built-in. plus it's more flexible , new technology.
i think why boss advice ldap. me, reason can use 1 username , password in company , it's domain user account (active directory).
if in similar situation. think use both of them. example when user created in identity create in active directory also. users use same account in computers , applications , have identity's advantages , use them in applications. active directory include copy of user info (not full copy needed).
Comments
Post a Comment