Supporting app for this workshop module.
-
Access the following GitHub repository:
https://github.com/ccoenraets/salesforce-conference-demo
-
Click the Deploy to Heroku button
- For App Name, specify a name for your application. For example, if you specify my-conference, your application will be available at http://my-conference.herokuapp.com. Your app name has to be unique on the herokuapp.com domain.
- For APP_ID in the deployment wizard, paste the consumer key of the connected app you created in step 1.
- Click the Deploy For Free button
-
In Salesforce, go back to your Connected App and adjust the URLs based on your Heroku app name:
- For Callback URL, specify: https://my-conference.herokuapp.com/oauthcallback.html
Replace my-conference with your own app name.