Oauth JWT Bearer Token Flow in Salesforce

Oauth JWT Bearer Token Flow in Salesforce

Salesforce Apex Hours

2 года назад

21,664 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

srikanthG
srikanthG - 07.09.2023 13:21

"error": "invalid_grant", "error_description": "expired authorization code" testing in postman

i am getting this error could you help on this?

Ответить
Sushmita Sen Sharma
Sushmita Sen Sharma - 30.06.2023 11:22

I am gettin this error. Can anybody help me?

{
"error": "unsupported_grant_type",
"error_description": "grant type not supported"
}

Ответить
Babitha kurian
Babitha kurian - 29.06.2023 09:18

Very informative! it will be great if we can do a video on various inbound flows and ideal scenarios to use each.

Ответить
love for music
love for music - 18.06.2023 21:14

Beautifully explained, Debarun 🙂
Cleared many concepts.

Ответить
Joshua Smith
Joshua Smith - 11.04.2023 17:17

Thank you!

Ответить
Amar Puri
Amar Puri - 29.01.2023 13:55

{
"error": "invalid_client_id",
"error_description": "client identifier invalid"
}
Getting this error can you help me with this one

Ответить
Derrick Abbey
Derrick Abbey - 15.12.2022 03:03

Thank you, very helpful.

Ответить
Luiz Paulo Toniazzo
Luiz Paulo Toniazzo - 02.12.2022 19:59

Hello, how to install the keytool? Thanks.

Ответить
Narsimulu Chiranji
Narsimulu Chiranji - 13.08.2022 18:36

Excellent .. Thank you for your all efforts

Ответить
Pedro Quessada
Pedro Quessada - 11.08.2022 23:30

Thank you very much!
Here is the commands used

openssl genrsa -des3 -passout pass:SomePassword -out server.pass.key 2048

openssl rsa -passin pass:SomePassword in server.pass.key -out server.key

openssl req -new -key server.key -out server.csr

openssl x509 -req -sha256 -days 365 -in server.csr -signkey server.key -out server.crt

Ответить
Neha Singh
Neha Singh - 22.07.2022 13:58

Hi, I tried it but it is showing invalid signature. Please help. What should I do

Ответить
Viktor Saranchuk
Viktor Saranchuk - 02.07.2022 19:43

Thanks a lot, awesome.

Ответить
Santanu Roy
Santanu Roy - 02.07.2022 17:19

please share some specific use cases where this jwt bearer is a bes fit integration mode.

Ответить
Santanu Roy
Santanu Roy - 02.07.2022 17:16

I have a customer community setup where once customer self register themsleves at the same time those customer should go to SAP system as well could you please explain if this kind of scenario acheived by jwt ? is it right way to establish the integration between sap and salesforce

also please share the ppt as well .

Ответить