I have an ASP.NET MVC 5 application, in which one of my controllers use the [Authorize] attribute to ensure the user has logged in.
Now, I would very much like to call this controller, from another context (in which the DOM/session in unavailable). I can save an earlier Auth Ticket, but how do I include it in future requests to my controller?