Skip to main content Join the Agentforce Virtual Hackathon to build innovative solutions and compete for a $50k Grand Prize. Sign up now. Terms apply.

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

{

"message": "This session could not be mutually authenticated for use with the REST API",

"errorCode": "MUTUAL_AUTHENTICATION_FAILED"

}

403 Forbidden

But this working fine before. I getting this error suddenly.

Can anyone help me with this?

Thanks in advance
4 answers
  1. Oct 16, 2018, 7:04 AM
    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
Loading
0/9000