You need to sign in to do that
Don't have an account?
a_shyam41
Security Token not received
I clicked on Reset Security Token in my salesforce account about 3-4 times today but I have not yet received the security token on my email. I have also checked my Junk folder. What could be the problem?
Also, check the email Deliverability settings, access level should be all emails
Regards,
Satish Kumar
Please mark my answer as a solution if it was helpful so it is available to others as a proper solution.
If you felt I went above and beyond, please give me Kudos by clicking on the star icon.
Hi,
Please check for any rules which will delete the mails in junk folder.
Regards,
Sridhar Bonagiri
If this post is your solution, kindly mark this as the solution and give Kudos.
HI,
1) update user email to remove the sandbox extension (.foosb)
2) wait for confirmation email at new address and click-through to confirm.
3) reset security token
4) receive email with new securiy token.
1) for sandbox, endpoint is test.salesforce.com rather than login.salesforce.com
2) user field name is "username=", this is missing in the REST API walkthrough example.
3) password value is PASSWORD + SECURITYTOKEN
4) client_id is labeled consumer_id in your oauth enabled app
5) client_secret is labeled consumer_secret in your oauth enabled app
curl https://test.salesforce.com/services/oauth2/token -d "grant_type=password" -d "client_id=MYCLIENTID" -d -d "client_secret=MYCLIENTSECRET" -d "username=USERNAME_WITH_EXTENSION" -d "password=MYPASSWORDMYSECURITYTOKEN"
Subhani,
Salesforce Certified Developer,
www.mydbsync.com