Forum Discussion
SharePoint Online Connector licence - Web API
- Aug 12, 2019
klarissaf
For Starters - I'm not an licensing expert, reach out to a licensing professional for confirmation.
However, I'm fairly sure that using an API to load content on your external site from SharePoint would put you out of compliance. The reason being, that SharePoint Online is a user licensed subscription, which means if someone is accessing content within SharePoint Online would require a license.
You could build a synchronization process to synchronize content out of SharePoint Online and into your other system. But I'm fairly sure that accessing content within SPO, requires each use to have an account.
klarissaf
For Starters - I'm not an licensing expert, reach out to a licensing professional for confirmation.
However, I'm fairly sure that using an API to load content on your external site from SharePoint would put you out of compliance. The reason being, that SharePoint Online is a user licensed subscription, which means if someone is accessing content within SharePoint Online would require a license.
You could build a synchronization process to synchronize content out of SharePoint Online and into your other system. But I'm fairly sure that accessing content within SPO, requires each use to have an account.
Thanks Beau Cameron,
So we would connect via our on Web API using a service account that has permission to SharePoint. So I think the licence would apply to that user, and then all external users do not need a licence from what I've read - but I need to confirm that.
Will contact Microsoft 🙂
- Beau CameronAug 12, 2019MVP
klarissaf I would confirm that. My understanding is that is not in compliance, because Users will be accessing content in SPO without actually authenticating (And all users require a SL to access SPO). I'm fairly certain, exporting the content out is the only way to stay in compliance.
Let me know what you find out.