Forum Discussion
Martin Goff
Sep 09, 2016Copper Contributor
Provider-hosted AddIn for My Sites
We have a Provider-hosted Office365 Sharepoint Online AddIn for out internal users that we have developed in VS 2015 Enterprise edition. We would like to make available on all My Sites. How do we do...
Sep 09, 2016
Technically you could achive this by enabling side loading feature in each personal site....but if you think on the new UI for ODFB, there is not a link there to access user apps so the question is: how do your users get acess to the Add-in?
Martin Goff
Sep 12, 2016Copper Contributor
Our apps are activated via CustomActions (which I know do not currently work in the Modern Sharepoint UI, but that is being worked on). Whenever a user uploads a file it is automatically encrypted. Opening the file decrypts it. We have JSOM modules that manage that.
Could the sideloading be scripted so we don's have to manually add it to every My Site? We are taling about thousands of users.