Solved

Ataccama connection to https endpoint

  • 28 February 2023
  • 1 reply
  • 81 views

Badge +1

Hi All,

 

we have Ataccama version 12.8.0 version in our one web. Is there a connector available or how can we connect to a https url which points to a csv file? 

how do we configure https get method using security like oauth in Ataccama?

icon

Best answer by AKislyakov 2 March 2023, 10:55

View original

1 reply

Userlevel 4
Badge +4

Hi maneelloyds,

To download a CSV-file (or any other file) from a web resource you can use the HTTP Get workflow step.

The step supports URL Resources, so you can register one in runtimeConfig file to leverage Basic or OpenID Connect authentication. 

As to your second question: by default, Ataccama supports OpenID Connect, which is built on top of oauth2. If this not sufficient, I suggest developing a plan to perform authentication and use resulting token in the HTTP Get step via HTTP Headers section.

Reply