How to implement OWIN bearer token based authentication without using Identity?
I need to implement angularjs Single page application role based authentication using OWIN bearer token and JWT. But i have separate web service to check the user available or not and also get the user roles.
There for i need to generate bearer token by using that rest resource results without using Identity database.
I have found this tutorials quite useful:
http://bitoftech.net/2015/03/31/asp-net-web-api-claims-authorization-with-asp-net-identity-2-1/
链接地址: http://www.djcxy.com/p/22398.html