opal icon indicating copy to clipboard operation
opal copied to clipboard

Missing auth token when using external data sources

Open maurice-freitag opened this issue 10 months ago • 0 comments

We're using external data sources. The OPAL clients get their initial config from the server, which redirects them to our service. The initial request to our service correctly contains the auth token (received via /token request to the OPAL server) in the query string. For every subsequent request, i.e. for loading the initial data and after trigger data updates, the clients don't seem to send their token to the data source service, neither in the query string, nor as authorization headers.

Are we missing any configuration options that could enable this? Is this fixed in a newer version?

OPAL version

  • Version: [0.6.0]

maurice-freitag avatar Aug 24 '23 08:08 maurice-freitag