excel - Web API 2 and OData Security -
i have web application exposing rest api using web api 2.
i need expose odata feeds specific entities. excel 2013 needs supported using odata feed, have use odata v3
i can't find how secure odata endpoints properly.
using authorize attribute, excel says feed not valid while can still data in browser.
any clue?
various authentication methods can found@ http://blogs.msdn.com/b/odatateam/archive/tags/authentication/ , please check out.
Comments
Post a Comment