c# - Add users to Asp.Net MVC 5 standard user management from external app -
i want make simple web service internal company use use standard authentication without open registration. users added manually external application.
i connected asp.net application sql database , in aspnetusers
table can see users far understand can't add users directly since password hashed and, salted(?) guess, need somehow generate hash. plus there called securitystamp
guess need generate somehow well.
so there way add users of asp.net mvc 5 app directly database or somehow else external tool?
why don't try thinktecture's identitymanager project? it's created purpose. creater brock allen shot videos in order use on different authorization systems. have @ these videos.
Comments
Post a Comment