sql - Single Sign On With ASP.NET Identity Framework -


this question has been asked many times, , quick search came lot of results. haven’t gotten satisfactory answer yet. have 2 web applications ( , may have more in future) app1 .net 4 silverlight application , app2 node.js/angular application. both applications have different domains. www.app1.com , www.app2.com app1 hosted in iis , app2 not in iis

now, have implement single sign on feature support these applications. looking asp.net identity available in .net 4.5.

questions
1. thought of creating new mvc 5 application using .net 4.5 serve sso site. if possible wanted use our own sql server maintain credentials. not sure how share authentication ticket/cookie between sites. have done before using forms authentication had use same machine key on websites. .net applications. new identity framework , owin , different types of applications not sure. before jump , start developing wanted know recommended approach, , if yes, can point me in right direction. article help.

2.second options use azure ad, assuming have pay it( have msdn sub) , not have local active directory either. azure ad right option here? work node.js/angular application. azure ad guess app1 may have upgrade .net 4.5


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -