Node in Corporative Environment with NODESSPI
问题 I developed a NODE API to serve data to Angular app. The original idea is to use NODESSPI for integrated authentication as we plan to run this on a corporative environment. CORS will be needed as the API Node will be hosted on a different domain. I'm struggling to use NODESSPI for integrated authentication of the $HTTP requests. To test it on my computer I've created a simple js file to instantiate a node server with express to run my angular app (I know it could be done without express, but