GithubHelp home page GithubHelp logo

jitendrazaa / oauthflows Goto Github PK

View Code? Open in Web Editor NEW
38.0 11.0 43.0 3.48 MB

Salesforce Oauth Flows

JavaScript 68.16% CSS 0.63% HTML 25.49% EJS 5.71%
oauth2 jwt jwt-authentication salesforce json-web-token json-web-signature

oauthflows's Introduction

JWT, Web Server and User Agent OAuth flow in Salesforce using Node.js

Youtube demo Video

Steps to run

Step 1

Clone this repository (Assuming Node.js already installed on system)

Step 2

Create a ssl certificate or reuse same certificate uploaded in this repository. Refer this post to learn how to create ssl certificate using openssl

Step 3

Create Connected App in your Salesforce instance with callback URL - https://localhost:8081/oauthcallback.html. Make sure to upload server.crt as a digital certificate in connected app. You can use your own certificate as well.

Step 4

Copy consumer key & secret created in connected app and update jwt_consumer_key and client_secret variable defined in Server.js file.

Step 5

Run npm install command in the directory where this code was downloaded. It will download all the required node modules. Then run npm start, or nodemon Server.js (if installed previously) it will start the server

Step 6

Navigate to https://localhost:8081/ in your browser and you would see option for all 3 Auth flow - JWT, User Agent and Web Server.

Considerations

Client Credential Flow

  1. CC Flow on API only User
  2. It only accepts My Domain URL

Canvas Demo

  1. Create Connected App & Enable Canvas in setting
  2. Add https://localhost:8081/ as callback URL and https://sfdccanvasnodejs.herokuapp.com/signedrequest as canvas URL
  3. Update policy of connected app to allow per approved users to login
  4. Add System admin as allowed profile in Connected App
  5. Add Canvas app in contact pagelayout
  6. Run Nodejs on local system. It should be available to view in Salesforce

oauthflows's People

Contributors

jitendrazaa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

oauthflows's Issues

User is never authorized

It does not matter how many times you validate the user through oauth2.0 User Server Flow, it always come back with "Some error occurred. Make sure connected app is approved previously. Salesforce Response : {"error":"invalid_grant","error_description":"user hasn't approved this consumer"}" I am analyzing myself why.

WebServer flow error, invalid clients

When using Web Server flow, I got response {"error":"invalid_client","error_description":"invalid client credentials"}. Double checked all credentials - all are valid, I can successfully make a request using Postman.

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.