I'm currently doing Platform API basics module in Prepare for Your Salesforce Platform Developer II Credential trial mix. I successfully connected to org and able to create account from postman. But when i try to check the challenge it's giving the error It doesn't appear that you have logged in with Postman
Hi ,
I was also facing the same error
Solution
->
1)
Add postman https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop/related?hl=en Extension to chrome and sign in
2) Know your Trailhead Playground Username, Password and Security token (case-sensitive)
and launch the playground
Setup
---> Apps
---> App Manager
--->New Connected App
---> New
give any name and and enter your own email id
Enable OAuth Settings
Enter any Callback URL for Example (https://mycallbackurl)
Add
a) Manage user data via APIs (api)
b) Perform requests at ant time (refresh_token, offline_access)
Selected OAuth Scopes
Save (ignore 10 min warning) continue
Copy Consumer Key and Consumer Secret ( you need to reveal before copy ) under
API (Enable OAuth Settings)
3) Open Postman Extension from Chrome Apps sign in
select POST under GET picklist enter https://login.salesforce.com/services/oauth2/token?
in front of search box and click on Body
Key Value
username (username of your Trailhead playground)
password (password of your Trailhead playground ) in
Concatenation with Security token (case-sensitive)
grant_type Password (Write text as password)
client_id (Consumer Key)
client_secret (Consumer Secret)
click on send .
4) Check Response tab on the same page, As soon as you get security token under Response your Your postman will be connected to Trailhead Playground Org
Now complete the challenge in workbench as learn in module so that it will enter the username and description in Account
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000El31QSAR