OData / lab

This repository is for exploring new ideas and developing early prototypes of various OData stacks.
Other
48 stars 59 forks source link

Need Auth support #9

Closed SteveLasker closed 7 years ago

SteveLasker commented 9 years ago

When trying to add the SAP OData feed, it failed as I was never given an opportunity to authenticate. Auth support needs to support the providers auth pattern. SAP has a few styles, including basic auth. odataauthsupport

LaylaLiu commented 7 years ago

About Auth, user can always download the $metadata to their local machine, and generate client proxy file against that machine. So the priority for this issue is not high. I will just close this one. If you have any different idea, please add a comment and reopen this issue.

duhowise commented 4 years ago

What if they are provided with a choice to enter username(maybe in a tab or window), password and domain which is then used for scaffolding? Depending on your level of experience, downloading the metadata and generating code against it may be too much of a laborious process.