When I am trying to insert records to Salesforce using ARC(OAuth2) getting below error Error: This session could not be mutually authenticated for use with the REST API
But this working fine before. I getting this error suddenly.Can anyone help me with this?Thanks in advance{
"message": "This session could not be mutually authenticated for use with the REST API",
"errorCode": "MUTUAL_AUTHENTICATION_FAILED"
}
403 Forbidden
4 answers
Hi Lavanya,Greetings to you!This is a message from Salesforce that indicates that the password has expired or it is incorrect.According to Salesforce doc, If a login call is made from the API for a user with an expired or temporary password, subsequent API calls to custom Apex REST Web service methods aren't supported and result in the MUTUAL_AUTHENTICATION_FAILED error. Reset the user's password and make a call with an unexpired password to be able to call Apex Web service methods.Please change your password and check again.I hope it helps you.Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. Thanks and Regards,
Khan Anas