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

Add support for sfdc canvas apps #26

Open
jottley opened this issue Jun 13, 2018 · 2 comments
Open

Add support for sfdc canvas apps #26

jottley opened this issue Jun 13, 2018 · 2 comments
Assignees

Comments

@jottley
Copy link
Owner

jottley commented Jun 13, 2018

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.

@jottley jottley self-assigned this Aug 13, 2019
@jottley
Copy link
Owner Author

jottley commented Aug 13, 2019

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.

@jottley
Copy link
Owner Author

jottley commented Jun 5, 2020

I maybe able to reverse the above so that we don't have to depend on the salesforce project being embedded. I found a better explanation at https://rajvakati.com/2017/10/19/salesforce-node-js-canvas-signed-request. See section What Signed Request Contains?

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

No branches or pull requests

1 participant