Giter VIP home page Giter VIP logo

heroku-embedded-login-serverside-example's Introduction

Server-side Callback Embedded Login Example

This simple Java app demonstrates using server-side callbacks for Salesforce Identity's Embedded Login.

Pre-requisites

You'll need an org that has a Community setup and active. Ideally you should have following the Salesforce External Identity Implementation Guide to set up this org or you have completed the Identity for Customers Trailhead module.

Steps to deploy

  1. Deploy this app to Heroku Deploy
  2. Create a CORS entry for your community's domain. More details here
  3. Create a Connected App
    • Enable OAuth
    • Select openid scope
    • Set Callback to https://HEROKUAPP_URL/_callback.php e.g. https://strong-castle-20163.herokuapp.com/_callback
    • Save
    • Copy the Consumer Key
    • You will also want to Manage the Connected App and change the Permitted Users policy from User to Admin Approved. Then you will want to a Profile or Permission Set for the user you want to test.
  4. Set the Heroku config vars via Setting > Reveal Config Vars:
    • "SALESFORCE_COMMUNITY_URL" to the Community's domain, no trailing slash and no "https://", for example: mycommunity.force.com/community2
    • "SALESFORCE_CLIENT_ID" to your Connected App's Consumer key
    • "SALESFORCE_CLIENT_SECRET" to your Connected App's Consumer secret
    • "SALESFORCE_HEROKUAPP_URL" to the URL of deployed Heroku App, no trailing slash and no "https://", for example bouncy-castle-1234.herokuapp.com
  5. Optionally you can change the following Heroku config vars as well
    • "SALESFORCE_MODE" to either "modal" or "inline" to control how the login box is rendered
    • "SALESFORCE_FORGOT_PASSWORD_ENABLED" to either "true" or "false" depending if you want to display the forgot password link
    • "SALESFORCE_SELF_REGISTER_ENABLED" to either "true" or "false" depending if you want to display the user registration link
  6. Open the app and enjoy!

heroku-embedded-login-serverside-example's People

Contributors

iglazer avatar kealthals avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.