Oauth JWT Bearer Token Flow in Salesforce

preview_player
Показать описание
Oauth JWT Bearer Token Flow in Salesforce
Рекомендации по теме
Комментарии
Автор

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

PedroQuessada
Автор

Why are you creating cert via the OpenSSL way and not using the Salesforce > Setup > Certificate and Key Management way?
9:00 You inputted the server.crt from the Demo folder to Connected App > Digital Signatures THEN later at
13:22 You used a different server.crt from JWT folder -> Can you explain how you got that?

vtn
Автор

Beautifully explained, Debarun 🙂
Cleared many concepts.

loveformusic
Автор

Excellent .. Thank you for your all efforts

Simha
Автор

My question is, I heard the self-signed signature expires by default in a year. What happens after that, when I am using this solution for a managed package. How does this work? Apologies in advance if the question is too rookie.

ramdev
Автор

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

babithakurian
Автор

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

roysan
Автор

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 .

roysan
Автор

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

i am getting this error could you help on this?

srie
Автор

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

NehaSingh-clzu
Автор

I am gettin this error. Can anybody help me?

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

sushmitasensharma
Автор

Hello, how to install the keytool? Thanks.

LuizPauloToniazzo
Автор

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

amarpuri
Автор

Im receiving this error

Error : Invalid grant
Error descripción : Audience is invalid

agustinazziz