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
Add the ability to directly process the signed request from a SFDC canvas app to create a connection back to SFDC with the tokens provided in the signed request.
The text was updated successfully, but these errors were encountered:
Investigated using Auth0 and jjwt. Both were not perfect for our use case. I made the decision to include the SignedRequest handling of the SalesforceCanvasFrameworkSDK which is BSD3 licensed. We don't need the full SDK. I've started to incorporate modifications to improve the our usage.
Add the ability to directly process the signed request from a SFDC canvas app to create a connection back to SFDC with the tokens provided in the signed request.
The text was updated successfully, but these errors were encountered: