https://github.com/stwissel/springcanvassample
Sample application for SFDC Canvas and Spring (Boot)
https://github.com/stwissel/springcanvassample
java jee salesforce salesforce-canvas spring spring-boot
Last synced: about 2 months ago
JSON representation
Sample application for SFDC Canvas and Spring (Boot)
- Host: GitHub
- URL: https://github.com/stwissel/springcanvassample
- Owner: Stwissel
- Created: 2018-02-16T14:03:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T09:15:04.000Z (almost 7 years ago)
- Last Synced: 2025-04-07T19:36:41.567Z (about 1 year ago)
- Topics: java, jee, salesforce, salesforce-canvas, spring, spring-boot
- Language: CSS
- Size: 3.84 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Salesforce Canvas and Spring Boot
[](https://heroku.com/deploy)
## The challenge
Salesforce canvas offers a capable integration point between Salesforce and external applications to surface them inside the Salesforce UI. One of the aspects is establishing identiy. There are two options: OAuth and a signed request. I'm looking at the later. A signed request posts (as in HTTP POST) a digitally signed JSON request to the external application.
## The solution
- Check the [homepage](https://stwissel.github.io/SpringCanvasSample/) for full details
- Feel free to [ask and suggest](https://github.com/Stwissel/SpringCanvasSample/issues) or [pull request](https://github.com/Stwissel/SpringCanvasSample/pulls)