Salesforce Inbound - OAuth 2.0 Client Credentials Flow for Server-to-Server Integration

preview_player
Показать описание
Sometimes you want to directly share information between two applications without a user getting in the way. For these scenarios, you can use the OAuth 2.0 client credentials flow. In this flow, the client app exchanges its client credentials defined in the connected app—its consumer key and consumer secret—for an access token. This flow eliminates the need for explicit user interaction, though it does require you to specify an integration user to run the integration. You can use this flow as a more secure alternative to the OAuth 2.0 username-password flow.
Рекомендации по теме
Комментарии
Автор

Thanks, helped me out. Glad this was first topic you took on, and hope you do more.

readytheory
Автор

Many thanks! Exactly what I wanted to see. How to setup the App in SalesForce and how to test it in Postman.

fangstar
Автор

Opa muito obrigado ! Deu super certo aqui !

viniciusoliveiradvdd
Автор

Thanks for the video! Anyone know how long does the access token lifetime stands? And if it's configurable?

alexandreanicio
Автор

Hi is the approach the same for salesforce outbound?

jakeoblips
Автор

can you guilde to create authorization code and credentials?

lequyphuc
Автор

i'm receiving {
"error": "unsupported_grant_type",
"error_description": "grant type not supported"
} how to solve

TobyPerez-hi