Salesforce Connected App in SFDC
Salesforce Connected App in SFDC
cHEATSHEET
Connected APP
NITISH BHOSALE
swipe right >>
INTRODUCTION
NITISH BHOSALE
swipe right >>
TERMINOLOGIES
1. Connected App Name: A unique name for the application.
2. API Name: A unique API identifier for the app, usually auto-generated from the
Connected App Name.
3. Contact Email: An email address for the contact person regarding the app.
4. OAuth Settings:
Enable OAuth Settings: Checkbox to enable OAuth for the app.
Callback URL: The URL to which users are redirected after authentication.
Selected OAuth Scopes: Permissions that the app will request, such as api,
refresh_token, full, etc.
5. Permitted Users: Defines who can use the app (e.g., All users, Admins only).
6. IP Relaxation: Settings to specify trusted IP ranges for users accessing the app.
7. Start URL: The URL that users will be directed to upon logging in.
8. Custom Attributes: Any additional attributes specific to the application.
9. Client ID: This is a unique identifier for the connected app.
10. Client Secret: This is a confidential key that acts like a password for the connected
app.
NITISH BHOSALE
swipe right >>
STEP 1
GO TO SETUP > QUICK FIND BOX > APP MANAGER
NITISH BHOSALE
swipe right >>
STEP 2
CLICK ON NEW CONNECTED APP AND FILL DETAILS
NITISH BHOSALE
swipe right >>
STEP 3
CLICK ON HIGHLIGHTED LINK TO GET THE CLIENT ID AND
CLIENT SECRET
NITISH BHOSALE
swipe right >>
STEP 4
MAKE A POST REQUEST TO GET OAUTH TOKEN
NITISH BHOSALE
swipe right >>
STEP 5
USE OAUTH TOKEN TO FETCH DATA FROM ORG
Now you can make a callouts from external application to get the data from the org using OAUTH token.
https://YOUR_INSTANCE_URL.salesforce.com/services/data/v53.0/sobjects/account
NITISH BHOSALE
Follow me for
more Content
NITISH BHOSALE