Wednesday 28 September 2016

10 Things you can do to make SharePoint Secure



  1. No Anonymous access
  2. Use SSL
  3. Use Claim based or Form Based authentication
  4. Use Unqiue permissions
  5. Use groups to manage the permissions
  6. make sure all authenticated user group not added any where
  7. enable the auditing on the Site
  8. make sure your sharePoint farm is upto date for security vulnerabilities(MSFT release every month).
  9. reduce the number of site collections admins.

10. the best way to test for everything is to do unit testing, and test every possible combination of possible vulnerabilities you can think of. You can either script this, or do it manually.