An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# Salesforce Canvas and Spring Boot

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](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)