function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bhagyashree JogBhagyashree Jog 

Salesforce login with Mutual Auth

Hello,

I have followed these steps to enforce Mutual Auth in my account :
  • Upload Mutual Auth certificate in Certificate and Key Management
  • Enforce SSL/TLS Mutual Auth in General User Permissions for my user profile
  • Then I did a login call through my client giving the key file which will be used for mutual auth. This works fine and i get a response
  • But the weird thing is that my login call returns a valid response even if I dont provide the client key required for mutual auth
  • Is mutual auth optional for login. Why is it not giving an error when I make a login call without client key
  • Also does mutual auth for all other APIs require CA signed certs or self signed certs are allowed by Salesforce