I have implemented a test app that works fine on the development server, but not on the production server. It is comprised of three different apps, an authentication app (.API), ad web app (.Web), and a resource app (.ResourceServer) that comes from the following tutorial located at: http://bitoftech.net/2014/06/09/angularjs-token-authentication-using-asp-net-web-api-2-owin-asp-net-identity/
To switch from a local server to a production server, in app.js of the .Web app, you change the service base to point to the production server instead of the local port. II think that is all that is needed, but am not sure. That has been done, but it doesn't work. I may need a "machine key" but don't know for sure. One of my questions is to whether or not I need a "machine key" for authentication to work. I have been trying to figure this out for 120 days, and even asked the same question on the site the tutorial comes from. I haven't gotten an answer, so hopefully someone can help me from here. Thanks, -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
