Thank you, regarding callback url, umm imagine a callback URL like a doorbell. When a computer finishes its job, it rings this special doorbell to tell your computer, 'I'm done!
thanks for your sharing, i have a question is this is the link of an external application with my own saleforce, so now i have an app that has many users, each user of the system can connect to my own saleforce. is there a way that each user in my system does not have to set up in saleforce but just needs to log in with the link and accept the permissions that my system needs to be able to access their saleforce api?
not working getting { "error": "invalid_grant", "error_description": "authentication failure" } i double check the client_id client_secret etc ip relaxation is selected and password+security token is also added still sam eissue
i create account as Developer and i followed same steps but still getting error { "error": "invalid_grant", "error_description": "authentication failure" }
📌 Important Links :
Salesforce API Series Playlist : bit.ly/3XyXwKb
Download Postman : www.postman.com/downloads/
Postman Auth Parameters : bit.ly/3XkY5aZ
Timestamps :
00:59 - What is Connected App
02:51 - Creating Connected App
04:08 - Postman Basics
04:30 - Creating Postman Request
06:44 - Getting Consumer Key and Consumer Secret
07:30 - Fixing Auth Errors
09:11 - Creating Account through Postman API
12:02 - Creating custom object record through Postman API
New Video - Automate SF Authentication in Postman --> ua-cam.com/video/5wo42LUdo-o/v-deo.html
I dont work much on Salesforce, but good to see you are really growing in your new job. And i must say your communication and accent totally improved.
Thank you Yogi, this means alot :)
Excellent video , just had one doubt can you explain the callback URL in detail , on what exactly you used that particular URL??
Thank you, regarding callback url, umm imagine a callback URL like a doorbell. When a computer finishes its job, it rings this special doorbell to tell your computer, 'I'm done!
Superb !
Thanks a lot
thanks for your sharing, i have a question is this is the link of an external application with my own saleforce, so now i have an app that has many users, each user of the system can connect to my own saleforce. is there a way that each user in my system does not have to set up in saleforce but just needs to log in with the link and accept the permissions that my system needs to be able to access their saleforce api?
IF you want external users to access salesforce data then you can setup SSO (Single Sign On) with JIT (Just In Time)
not working getting {
"error": "invalid_grant",
"error_description": "authentication failure"
}
i double check the client_id client_secret etc
ip relaxation is selected and password+security token is also added still sam eissue
there is one setting in profile to disable this
i create account as Developer and i followed same steps but still getting error
{
"error": "invalid_grant",
"error_description": "authentication failure"
}
@charanjitsingh815 in your request body, can you try password + security token? let me know if it works
Me too
@@ThatSalesforceGuy
Me too
How to solve it
@@GhostrunnerLi can you try password + reset security token? let me know if it works
@@GhostrunnerLi also did you try steps at 07:30 - Fixing Auth Errors ?