Skip to content
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

Support OAUTH 2.0 JWT Bearer auth flow for server to server integrations #288

Open
Irian81 opened this issue Nov 4, 2021 · 0 comments
Open

Comments

@Irian81
Copy link

Irian81 commented Nov 4, 2021

With the current version of the WSC library there is no support for the JWT Bearer authentication flow as documented by this link:

https://help.salesforce.com/s/articleView?id=sf.remoteaccess_oauth_jwt_flow.htm&type=5

Since support for this is required for security reasons by an application we manage that uses this library would it be possible to create a pull request to add support for this and have it reviewed and approved to be integrated into the library itself??

It would probably require to add a KeyStore management method to the standard ConnectorConfig object so that a client private key + certificate can be added and trigger the above authentication method instead of the regular password based one.

As things stand right now there is no way to directly use this library with the above mentioned auth flow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant