creating cloud ready enterprise applications with the sharepoint 2013 app model

29

Upload: innotech

Post on 15-Apr-2017

285 views

Category:

Software


0 download

TRANSCRIPT

Page 1: Creating cloud ready enterprise applications with the sharepoint 2013 app model
Page 2: Creating cloud ready enterprise applications with the sharepoint 2013 app model

@eshupps sharepointcowboywww.sharepointcowboy.com

slideshare.net/eshupps linkedin.com/in/eshupps

EricShuppsSharePointServerMVP

Page 3: Creating cloud ready enterprise applications with the sharepoint 2013 app model

Design

Authorization

API’s

Conversion

Deployment

Page 4: Creating cloud ready enterprise applications with the sharepoint 2013 app model
Page 5: Creating cloud ready enterprise applications with the sharepoint 2013 app model

Solution

FullTrust Sandbox

FeatureManifestWebPart

WSP

Page 6: Creating cloud ready enterprise applications with the sharepoint 2013 app model

Solution

OAuth REST

DataWebApp

Client

Page 7: Creating cloud ready enterprise applications with the sharepoint 2013 app model

SharePoint2013

Sites ServicesContent

API

Oauth

App

Package HTML/JS Data

Page 8: Creating cloud ready enterprise applications with the sharepoint 2013 app model
Page 9: Creating cloud ready enterprise applications with the sharepoint 2013 app model

authorization

Page 10: Creating cloud ready enterprise applications with the sharepoint 2013 app model
Page 11: Creating cloud ready enterprise applications with the sharepoint 2013 app model

Userrequestsaccess ApprequestsRequestToken

ProviderreturnsRequestToken

Appbuilds auth linkw/RequestToken

UserrequestsURL+RequestToken

Providerreturnsaccesstoken

UserrequestsURL+AccessToken

Appvalidatesaccesstoken

AccesstokenvalidatedUsergrantedaccess

1

2

3

Page 12: Creating cloud ready enterprise applications with the sharepoint 2013 app model
Page 13: Creating cloud ready enterprise applications with the sharepoint 2013 app model
Page 14: Creating cloud ready enterprise applications with the sharepoint 2013 app model
Page 15: Creating cloud ready enterprise applications with the sharepoint 2013 app model

.NET

Compiled

Synchronous

Server Side

Supports NTLM

Page 16: Creating cloud ready enterprise applications with the sharepoint 2013 app model
Page 17: Creating cloud ready enterprise applications with the sharepoint 2013 app model

JavaScript

Asynchronous

Client Side

Inherited Context

Must Run in SP

Page 18: Creating cloud ready enterprise applications with the sharepoint 2013 app model
Page 19: Creating cloud ready enterprise applications with the sharepoint 2013 app model

REST

Asynchronous

Client Side

Remote Endpoints

ODATA

Page 20: Creating cloud ready enterprise applications with the sharepoint 2013 app model

REST

O365 Only

Delve

Users FilesGroups

Mail ContactsCalendar

Page 21: Creating cloud ready enterprise applications with the sharepoint 2013 app model
Page 22: Creating cloud ready enterprise applications with the sharepoint 2013 app model
Page 23: Creating cloud ready enterprise applications with the sharepoint 2013 app model
Page 24: Creating cloud ready enterprise applications with the sharepoint 2013 app model

WebParts AppParts

ApplicationPages WebPages

Timer Jobs WebJobs

ListTemplates Code

WebTemplates Provisioning

EventReceivers RemoteEventReceivers

Page 25: Creating cloud ready enterprise applications with the sharepoint 2013 app model
Page 26: Creating cloud ready enterprise applications with the sharepoint 2013 app model
Page 27: Creating cloud ready enterprise applications with the sharepoint 2013 app model

AppCatalog

OfficeStore

Private

Package Validation

No Licensing

Public

App Validation

Licensing Framework

Page 28: Creating cloud ready enterprise applications with the sharepoint 2013 app model

High Trust

Certificates

Token Issuers

Client ID’s and Secrets

Low Trust

Azure ACS

Hybrid

Tokens

Page 29: Creating cloud ready enterprise applications with the sharepoint 2013 app model

Single Sign On

User & Group Assignment

App Permissions

App Launcher

Azure Portal