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

上一篇: ASP.Net Web Api 2中的请求身份验证:OWIN或IAuthenticationFilter

下一篇: 如何在不使用身份的情况下实现基于OWIN承载令牌的身份验证?