위치:
외부 클라이언트 앱의 OAuth 2.0 JWT 전달자 플로 구성
외부 클라이언트 앱은 전역 OAuth 설정 파일의 인증서 필드를 사용하여 OAuth 2.0 JSON 웹 토큰(JWT) 전달자 플로를 지원할 수 있습니다. JWT 플로는 서버가 정보를 교환할 때마다 양방향으로 로그인하지 않고도 데이터에 액세스할 수 있는 권한을 서버에 부여합니다.
외부 클라이언트 앱은 전역 OAuth 설정 파일의 인증서 필드를 사용하여 OAuth 2.0 JSON 웹 토큰(JWT) 전달자 플로를 지원할 수 있습니다. 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.