Forum Discussion
SharePoint Integration with other Platforms
- Sep 23, 2016
Please find the below solution created by me
https://github.com/sprider/wordpress/tree/master/Samples/SPOL_REST_Test
Hi! It sounds like you’re working on an interesting POC with SharePoint Online integration. The error message, 'Direct login to WLID is not allowed for this federated namespace,' typically arises due to restrictions on direct authentication when federated authentication (usually managed via Azure AD) is enabled in corporate environments. To resolve this, you may need to configure an OAuth-based authentication flow in Azure AD, allowing external applications to authenticate with SharePoint Online.
For https://www.sfapps.info/salesforce-sharepoint-integration-for-professional-services/, leveraging SharePoint’s REST API is indeed a good approach. Once authentication is set up correctly, you should be able to pull or push data between SharePoint and Salesforce, as well as other platforms like JAVA and Informatica. If your POC involves bi-directional integration, consider using middleware (like Mulesoft or SAP CPI) to handle data transformations and ensure secure, reliable connections. Let me know if you’d like further insights on the integration steps or authentication setup—I’d be glad to help!