Skip to content

Instantly share code, notes, and snippets.

View Murugan-sfdc's full-sized avatar
🏠
Working from home

Murugan Murugan-sfdc

🏠
Working from home
  • Tenkasi
  • 21:46 (UTC -12:00)
View GitHub Profile
@Murugan-sfdc
Murugan-sfdc / settings.json
Created November 30, 2024 14:24 — forked from mrmartineau/settings.json
vscode settings.json
{
"[handlebars]": {
"editor.formatOnSave": false
},
"[markdown]": {
"editor.quickSuggestions": {
"comments": "off",
"other": "on",
"strings": "off"
}

Salesforce OAuth 2.0 JWT Bearer Token Flow Walk-Through

This document will walk you through how to create or configure a Salesforce application for use with JWT authentication. These configuration steps and the example code works as of Salesforce API version 42.0.

Prerequisites

Create an RSA x509 private key/certification pair