OpenFn / adaptors

The new home for OpenFn adaptors; re-usable connectors for the most common DPGs and DPI building blocks.
GNU General Public License v3.0
4 stars 8 forks source link

oauth and configuration schemas #606

Open josephjclark opened 1 month ago

josephjclark commented 1 month ago

I am not sure what to do in configuration schema for new adaptors which support oauth.

These new adaptors accept a user name and password, with which they'll login internally and generate an oauth token.

Or, if you get an oauth token from lightning, they should also be able to work with oauth_token on the config object.

I am not sure what the best practice is for Lightning.

Salesforce has two config schemas, a normal one and oauth-configuration-schema. Does lightning use the oauth one? I can't see any reference to it in the source