Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
E_Langlet
Partner - Contributor II
Partner - Contributor II

Override Auth header in OData Connector

Hi! 

Is it possible to override the Qlik Sense Cloud OData connector  so that you e.g. can use a variable as input to the Auth header field? 

Something similar to when working with the REST connector. I have tried to add the following code without success:

"WITH CONNECTION(
URL "$(vURL)",
HTTPHEADER "auth_type" "$(vheaderAuthType)",
HTTPHEADER "auth_token" "$(vTOKEN)"
)" ;

Labels (4)
3 Replies
Remy
Partner - Contributor II
Partner - Contributor II

Have you received any information or have you been able to make this to actually work?

We are also looking for a way to dynamically pass a token since the token is only valid for 24 hours. 

Helmut
Partner - Creator
Partner - Creator

Did you received any information or have a solution for it? 

Having the same issue for the token and also want to adjust the base root path (to reuse script code).

Remy
Partner - Contributor II
Partner - Contributor II

I did not unfortunately. I received the message to submit the request to the ideation page, which I have done. Still dead silence there. 

We used the REST connector for the extraction of the data. Without this basic functionality the ODATA connector simply isn't useful for most use cases.