-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new configuration-schema for salesforce adaptor #423
Comments
I don't think this is a big deal from the adaptor's point of view. It complicates the auth step a bit but you can just duck type config and decide which form of auth to use. The Lightning UI is a bit harder because validation rules are very different depending on which auth type you want. Options:
|
Related #410 |
@mtuchi is this merged? Can we close this issue? |
@aleksa-krolls yes this was worked on #470 and #473 |
Summary
Configuration schema for adaptor that support more than 2 authentication. For example Salesforce have basic auth credential but also you can setup a connected app in salesforce using OAuth 2.0.
Proposed configuration schema for salesforce Basic Auth or OAuth
Additional Information
The text was updated successfully, but these errors were encountered: