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
Abilash.SAbilash.S 

client side authorization

Hi Folks, In salesforce the authorization should not depend on client side - authorization. Any alternatives??
ShivankurShivankur (Salesforce Developers) 
Hi Abhilash,

Please check out the implications around authorization for the client in Salesforce on below link to understand its importance:
https://developer.salesforce.com/docs/atlas.en-us.secure_coding_guide.meta/secure_coding_guide/secure_coding_authorization_access_control.htm

So, you may want to reduce the risk of any vulnerabilities in the application using client side authorization involvement to enter into Salesforce application.

Hope above information helps. Please mark as Best Answer so that it can help others in future.

Thanks.