Тёмный

Oauth JWT Bearer Token Flow in Salesforce 

Salesforce Apex Hours
Подписаться 107 тыс.
Просмотров 22 тыс.
50% 1

Oauth JWT Bearer Token Flow in Salesforce

Опубликовано:

 

1 июл 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 42   
@PedroQuessada
@PedroQuessada Год назад
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
@apexhours
@apexhours Год назад
Glad it helped
@ranjan9120
@ranjan9120 3 месяца назад
@@apexhours I am getting { "error": "invalid_client_id", "error_description": "client identifier invalid" } Although I have used the correct client Id any guidance would be helpful
@vtn08
@vtn08 Год назад
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?
@babithakurian
@babithakurian Год назад
Very informative! it will be great if we can do a video on various inbound flows and ideal scenarios to use each.
@loveformusic5597
@loveformusic5597 Год назад
Beautifully explained, Debarun 🙂 Cleared many concepts.
@apexhours
@apexhours Год назад
Glad to hear that
@Simha009
@Simha009 Год назад
Excellent .. Thank you for your all efforts
@apexhours
@apexhours Год назад
You are most welcome
@derrickabbey8139
@derrickabbey8139 Год назад
Thank you, very helpful.
@apexhours
@apexhours Год назад
Glad it was helpful!
@mksays2255
@mksays2255 4 дня назад
thank you very helpfull
@viktorsaranchuk2932
@viktorsaranchuk2932 2 года назад
Thanks a lot, awesome.
@apexhours
@apexhours 2 года назад
You are welcome!
@santanuroy571
@santanuroy571 2 года назад
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 .
@santanuroy571
@santanuroy571 2 года назад
please share some specific use cases where this jwt bearer is a bes fit integration mode.
@apexhours
@apexhours 2 года назад
We will share in next recording
@ramdev4537
@ramdev4537 5 месяцев назад
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.
@srie317
@srie317 10 месяцев назад
"error": "invalid_grant", "error_description": "expired authorization code" testing in postman i am getting this error could you help on this?
@joshuasmith6802
@joshuasmith6802 Год назад
Thank you!
@apexhours
@apexhours Год назад
You're welcome!
@sushmitasensharma5401
@sushmitasensharma5401 Год назад
I am gettin this error. Can anybody help me? { "error": "unsupported_grant_type", "error_description": "grant type not supported" }
@user-ew2gq3oj8r
@user-ew2gq3oj8r 11 месяцев назад
is it resolved?
@sushmitasensharma5401
@sushmitasensharma5401 10 месяцев назад
Yes. It's solved. There was one permission set that i used in the connected app in Salesforce. I Added the same permission set to the community site, whose domain i was using in my script to get the access token through JWT
@user-ew2gq3oj8r
@user-ew2gq3oj8r 10 месяцев назад
@@sushmitasensharma5401 Thank you for your response.
@bopakitebalo
@bopakitebalo 5 месяцев назад
@@sushmitasensharma5401 Can you elaborate more, I am rookie
@ranjan9120
@ranjan9120 3 месяца назад
@@user-ew2gq3oj8r which permission set you used ? I also getting same error
@merajulhasan5586
@merajulhasan5586 5 месяцев назад
Thanx
@apexhours
@apexhours 5 месяцев назад
Welcome
@NehaSingh-cl3zu
@NehaSingh-cl3zu 2 года назад
Hi, I tried it but it is showing invalid signature. Please help. What should I do
@apexhours
@apexhours Год назад
You might miss some step
@PedroQuessada
@PedroQuessada Год назад
I had the same problem but I tried it on postman and it worked, just confirm to use "exp" (the time field) as up to date as possible
@omerijaz
@omerijaz Год назад
@@apexhours , Followed the same steps twice, but JWT says invalid token when I copy and paste Private & Public keys. Is this due to "-passout pass:SomePassword" ? Or there is a specific way to copy and paste the security keys
@agnibga
@agnibga Год назад
@@PedroQuessada after uing the same invalid jwt....im getting invalid client id even though im giving correct consumer key
@loma605
@loma605 Год назад
same here, have you resolved?
@LuizPauloToniazzo
@LuizPauloToniazzo Год назад
Hello, how to install the keytool? Thanks.
@apexhours
@apexhours Год назад
which Keytool you are talking about?
@amarpuri5619
@amarpuri5619 Год назад
{ "error": "invalid_client_id", "error_description": "client identifier invalid" } Getting this error can you help me with this one
@ashtonkutcher9793
@ashtonkutcher9793 7 месяцев назад
I'm having the same issue. Did you solve it?
@agustinazziz7014
@agustinazziz7014 4 месяца назад
Im receiving this error Error : Invalid grant Error descripción : Audience is invalid