Does anyone have an idea??? if not, does someone succesfully connected his application with sharepoint? And if yes, how did you do?
Thanks in advance
Hi Vincent,
I have managed to do the integration via Azure Active Directory.
Therefore to integrate with SharePoint, We need API’s to communicate.
Please find the Microsoft Graph API for REST service https://docs.microsoft.com/en-us/graph/api/resources/sharepoint?view=graph-rest-1.0
then create enterprise application in Azure AD,
Get the following details tenant ID, Client ID, Secret Key, hostname.
Make use of the API to retrieve your SharePoint site. get the JSON structure and do the import mapping.
To do the CRUD operations specify the appropriate API’s
Regards Julian
And do note there is an appstore module for graph: https://appstore.home.mendix.com/link/app/73034/EPI-USE-Systems/Microsoft-Graph-Connector
Regards,
Ronald