1

Click here to load reader

Provider Hosted Apps - cross domain library - SharePoint

Embed Size (px)

Citation preview

Page 1: Provider Hosted Apps - cross domain library - SharePoint

CROSS-DOMAIN APPS FOR SHAREPOINT CAN STORE DATA IN▪ SharePoint lists▪ SharePoint document libraries

▪ Remote databases▪ SharePoint files▪ Blob storage

PROGRAMMING LANGUAGES & SHAREPOINT APIs▪ JavaScript ▪ SharePoint REST APIs on any platform▪ SharePoint JavaScript APIs on SharePoint pages

</>

DEPLOYMENT TASKS FOR CROSS-DOMAIN APPS

▪ Provider must deploy its remote components before publishing the app and must isolate the tenant.

MAKE CROSS-DOMAIN APPS FOR SHAREPOINT WITH THESE TOOLS▪ Visual Studio▪ LightSwitch

Cross-domain apps can be installed to both SharePoint Online and on-premises SharePoint farms. Can be sold in the Office Store. Can also use tokens with the ACS or High-Trust systems for an app with a dual authorization

system. Requires an active browser and user session.

JavaScript library that enables script on a remote page to access SharePoint without an access token.

SharePoint components - like lists, document libraries, and workflows

SHAREPOINT

SHAREPOINT ONLINE

Cross-domain Library

REMOTECOMPONENTS

JavaScript that creates, reads, updates, or deletes SharePoint data or objects.

AUTHORIZATION TO SHAREPOINT

TOOLS, TASKS AND DATA

APPS FOR SHAREPOINT

PROVIDER-HOSTED APPS – CROSS DOMAIN LIBRARYESPECIALLY GOOD WHEN THE APP HAS OFF-PREMISES COMPONENTS THAT MUST WORK AROUND A CORPORATE FIREWALL

http://dev.office.com © 2014 Microsoft. All rights reserved.