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.

here info. http://www.asp.net/identity/overview/extensibility/overview-of-custom-storage-providers-for-aspnet-identity


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -