asp.net mvc - authenticating MVC 5 application using Third part other then Social networks -
i got mvc 5 application using asp.net identity authentication works fine.
i want mvc 5 application use authentication existing application traditional asp.net authentication
i want existing traditional asp.net authentication application used single sign-on , mvc application use auth cookie
sure can.
you can create own custom applicationuser (identityuser) , create own userstore implements iuserstore interface.
just check out default applicationusermanager in first line of create function see applicationmanager constructed new userstore. there can plug in custom user & userstore.
Comments
Post a Comment