oauth2.0 (1) 썸네일형 리스트형 Salesforce OAuth 2.0 - password Type Salesforce OAuth 2.0의 여러가지 방식 중 password 방식을 설명 합니다. Sandbox 기준 예시 입니다. Method : POST URL : https://test.salesforce.com/services/oauth2/token params : - grant_type : password - username : Login Id - password : Login Password - client_id : Connected App Client ID - client_secret : Connected App Client Secret key // 요청 예시 https://test.salesforce.com/services/oauth2/token?grant_type=password&userna.. 이전 1 다음