Skip to main content

Hi,

 

I must use tenant_id (company specifict) when authorize my endpoint with OAuth2 (credentials in body and request header).

Parameters are client_id, client_secret, tenant_id, etc

I really dont want to create a connection for each of my tenant_id's. So my question…

How can I use dynamic values to update authentication for each tenant_id?

 

regards,

Bjørn A.

Hi ​@bjorn 

You want to merge API sources from multiple tenants in to one data source?

You can’t create more than one OAuth2 setup, so it is not currently possible to use that option to connect to more than one tenant unless you make each OAuth post call its own endpoint. 

We have a global variables feature for the next release and an import export data source setup which can make it a easy to set up similar data sources.


 

Hi ​@Thomas Lind,

 

Yes I want to merge multiple tenants in one source. I got 12 tenants using the same rest endpoint.

 

Thanks for your reply :-)

 

regards,

Bjørn A.

 


Reply