salesforce md file updated

This commit is contained in:
yashwin-foxy 2025-10-10 12:08:57 +05:30
parent af8cc5d52d
commit 484055311f

View File

@ -18,11 +18,11 @@ This document explains the backend-handled OAuth callback flow for Salesforce au
┌─────────────────────────────────────────────────────────┐ ┌─────────────────────────────────────────────────────────┐
│ Build OAuth URL with backend callback: │ │ Build OAuth URL with backend callback: │
│ https://login.salesforce.com/services/oauth2/authorize │ │ https://login.salesforce.com/services/oauth2/authorize │
│ ?client_id=YOUR_CLIENT_ID │ │ ?client_id=YOUR_CLIENT_ID
&redirect_uri=YOUR_BACKEND_URL/callback │ &redirect_uri=YOUR_BACKEND_URL/callback
│ ?user_uuid=USER_ID&service_name=salesforce │ │ ?user_uuid=USER_ID&service_name=salesforce
&response_type=code │ &response_type=code │
&scope=api refresh_token offline_access... │ &scope=api refresh_token offline_access...
└────────────────┬────────────────────────────────────────┘ └────────────────┬────────────────────────────────────────┘
│ 2. Open in WebView │ 2. Open in WebView