I am attempting to decouple my auth and resource server. I am following the example provided in this tutorial:
http://bitoftech.net/2014/09/24/decouple-owin-authoriz
For me, the problem was a mismatched version number in Owin packeges:
After updating the required older packages, everything worked like a charm. :)