I am working on a web api 2 service and I want to access my resource which doesnt utilize Entity Framework(it is Linq-to-SQL). What is the best way to authorize my clients in order to provide access to the resources?
The post How to authenticate a web api service to expose functions that require MS identity authorization appeared first on BlogoSfera.