Skip to content

Instantly share code, notes, and snippets.

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

@denyspro
denyspro / AnalyzeR.R
Created November 29, 2018 00:36
Analyze Dataset in R
options(warn=-1)
install.packages("e1071") # skewness
library("e1071")
install.packages("nortest") # lillie test
library("nortest")
eda <- read_excel("C:/Users/logonrmlocal/Downloads/EDA.xlsx")
attach(eda)