Provision datasource with Forward OAuth Identity

Hi,

I am trying to provision a datasource with the new Forward OAuth Identity flag checked.

I do not see any way of doing this using the usual /conf/provisioning/datasources yaml file.

Is there any way of doing this currently? Is there something I can edit in the installation or way to tick this box without manual intervention?

Any option that removes manual intervention is viable. Even if it involves writing a script to modify a setting somewhere - I just need to know where this setting is.

Here is a screenshot of the setting for reference:

Thanks

In the jsonData section, think it should be: oauthPassThru: true.

Like:

jsonData:
     tlsAuth: false
     tlsAuthWithCACert: false
     oauthPassThru: true

Will test this tomorrow and add it to the docs.

2 Likes

Worked perfect. Thank you.

1 Like