You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: