Automate Session ID (access token generation). Integrate Salesforce with Postman Part 2!!

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 7

  • @madhu14345
    @madhu14345 2 หลายเดือนก่อน

    Hi
    After Sending(13:14) the request getting below Error for jsonData
    jsonData --->
    {error: "invalid_grant", error_description: "authentication failure"}
    how to solve this?

  • @sujiths4162
    @sujiths4162 2 หลายเดือนก่อน

    Can i get access token for a guest user in this way? I want to login as a guest user with headless

  • @Fldc1
    @Fldc1 หลายเดือนก่อน

    How can I limit the permissions of the connected app?

    • @codewith_Khan
      @codewith_Khan  หลายเดือนก่อน

      Hi within the connected app setting towards the bottom there is a section to assign profile/permission set so only users having that specific profile/permission set can access the connected app

  • @Andrei_K1G1K
    @Andrei_K1G1K 8 หลายเดือนก่อน

    What if I don't have myself whitelisted? How do I use security token in that form? Thanks

    • @codewith_Khan
      @codewith_Khan  8 หลายเดือนก่อน

      Hi, in case you dont whitelist your IP then you have to use your password appended with security token with no space nor any special character in between. For example if password is “abc” and security token is “123” then your actual password will be “abc123” which can be resembled like this in terms of of variables {{password}}{{securityToken}}

    • @codewith_Khan
      @codewith_Khan  8 หลายเดือนก่อน

      Please subscribe the channel if not done already. Thanks