您位於此處:
設定外部用戶端應用程式的 OAuth 2.0 JWT 承載者流程
外部用戶端應用程式支援 OAuth 2.0 JSON Web 權杖(JWT) 承載者流程在全域 OAuth 設定檔案中使用憑證欄位。JWT 流程授權伺服器來存取資料,而不需在每次伺服器交換資訊時透過互動方式登入。

使用較常見的搜尋字詞。
選取較少篩選條件以擴大您的搜尋。
外部用戶端應用程式支援 OAuth 2.0 JSON Web 權杖(JWT) 承載者流程在全域 OAuth 設定檔案中使用憑證欄位。JWT 流程授權伺服器來存取資料,而不需在每次伺服器交換資訊時透過互動方式登入。
| 需要的使用者權限 | |
|---|---|
| 若要檢視所有外部用戶端應用程式,請檢視其設定,並編輯其 OAuth 原則檔案 | 檢視所有外部用戶端應用程式、檢視其設定,以及編輯其原則 |
若要設定 JWT 承載者流程,您必須先在 Salesforce 組織上部署外部用戶端應用程式。部署參照來源組織全域 OAuth 設定檔案的外部用戶端應用程式或以新的全域 OAuth 設定檔案部署外部用戶端應用程式。
curl -X POST <org URL>/services/oauth2/token -d 'grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer&assertion=<JWT>' | json_pp
這會傳回承載者權杖,您可以用來在其他流程中授權。

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.