SharePoint

What are the Security Measures implemented in the SharePoint plugin, including authentication, authorization, and data encryption?

250 views August 2, 2023 akshaydaundkar 1

  • We use the standard OAuth 2.0 protocol for fetching and displaying the SharePoint Content on the WordPress site.
  • To establish this connection we require the Application ID, Tenant ID, and the Client Secret which is stored in the encrypted format in the WordPress database of your site.
  • Also, the access token is dynamically fetched whenever new data needs to be retrieved from SharePoint, and it is not stored anywhere in the WordPress database. This ensures that your authentication, and authorization information remains secure.

Was this helpful?