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: │
│ https://login.salesforce.com/services/oauth2/authorize │
│ ?client_id=YOUR_CLIENT_ID │
&redirect_uri=YOUR_BACKEND_URL/callback │
│ ?user_uuid=USER_ID&service_name=salesforce │
│ ?client_id=YOUR_CLIENT_ID
&redirect_uri=YOUR_BACKEND_URL/callback
│ ?user_uuid=USER_ID&service_name=salesforce
&response_type=code │
&scope=api refresh_token offline_access... │
&scope=api refresh_token offline_access...
└────────────────┬────────────────────────────────────────┘
│ 2. Open in WebView