salesforce md file updated
This commit is contained in:
parent
af8cc5d52d
commit
484055311f
@ -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
|
||||||
▼
|
▼
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user