Archives

How to use OAuth 2.0 JWT Bearer Token Flow

Step 1 : Create self-sign certificate and add to key store keytool -genkey -keyalg RSA -alias aliasname -keystore keystore.js.jks -validity 365 -keysize 2048 keytool -export -alias aliasname -file uwc.crt -keystore keystore.jks -storepass randomstorepassword step 2: Create .crt file keytool -export -alias aliasname -file exportfilename.crt -keystore keystore.jks -storepass randomstorepassword Step 3: Generate assertion token using java …

How to test Salesforce Rest API using Rest Client

Salesforce provides Rest API which can be used to connect external services with Salesforce without human intervention. in this tutorial I will explain how to test Salesforce Rest API using Advance Rest API client. Create Connected app in salesforce from Setup->Create-> Apps   After successful completion of previous step you will get consumer key and …

%d bloggers like this: