DataConnectors icon indicating copy to clipboard operation
DataConnectors copied to clipboard

Need ManualCredential option in OData.Feed function

Open gsingh395 opened this issue 3 years ago • 4 comments

We are trying to build a custom connector that wraps OData feed function. The connector provides API key as one of the authentication methods.

We want to inject API key in a custom header but by default mashup engine inserts API key in an authorization header as if this value were a basic auth password.

Web.Contents function provides ManualCredential option that instructs mashup engine to not insert API key in authorization header and we need that for OData.Feed function as well.

gsingh395 avatar Feb 04 '21 20:02 gsingh395