Posted on: 8/17/2014 9:16:39 PM | Views : 493

I have successfully created a simple "hello world" node.js app inside my asp.net MVC application that is using Identity 2.0. The node app will need access the users credentials. Some functionality within the node app will also require the user to be authenticated. As a start, can someone point me in a direction to demonstrate that I can at least display the UID from the node app? Since both apps are under the same domain, I was hoping to share the authentication cookie, but I'm not sure that will be enough since some features of the node app will have to trigger login. Thanks for any help

Go to the complete details ...