1
votes

I have a web application that is exposing Rest api using Web Api 2.

I need to expose some oData feeds for some very specific entities. As Excel 2013 needs to be supported for using the oData feed, we have to use oData v3

I can't find how to secure the oData endpoints properly.

Using the Authorize attribute, Excel says that the feed is not valid while I can still get my data in the browser.

Any clue?

1

1 Answers

0
votes

various authentication methods can be found@ http://blogs.msdn.com/b/odatateam/archive/tags/authentication/ , please check it out.