I am developing an odata we-bapi which will be hosted in cloud and i need to access the web-api url in client application like console,excel,web etc with authentication, so i created service bus for securing the web-api like configuring the SAS key token on both client and web-api but i dont know how to configure service with web-api? :(
we referred in net but all the article using WCF, data contract and service contract etc. but in my case i am using only asp.net web-api with odata and entity framework for database tables as model.Need help on configuring service bus in web-api
Saravanan