sharepoint saturdayvancouver 2016 - angularjs with the microsoft graph

32
Sponsors

Upload: sebastien-levert

Post on 14-Apr-2017

811 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Sponsors

Page 2: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Introduction to AngularJS with the Microsoft GraphSébastien Levert, Office Servers & Services MVP @ Negotium Technologies

Page 3: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Who’s Sébastien Levert

Montreal, Canada negotium.comOffice Servers &

Services MVP

Web Developer @sebastienlevertSebastienlevert.co

m

Page 4: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

AgendaAngularJSMicrosoft GraphAzure ADDemosResources

Page 5: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

AngularJS1

Page 6: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Superheroic JavaScript MVW frameworkDeveloped by GoogleStarted in 2009Used by Netflix, Youtube, Vevo, MSNBC, …, You ?A game changer in web developmentAngular 2.0 coming in 2015 2016

What is AngularJS ?

Page 7: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Getting closer to client-side developmentStart thinking like a web developer, not like a SharePoint developerLiving on the edgeBuilding applications faster, with less codeBecause everyone is heading towards it

Why AngularJS ?

Page 8: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

AngularJS is very… Trendy!

Page 9: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Architecture patternEnhanced HTML templating2-way data-bindingRouting engineDependency injectionUnit testing

Key concepts

Page 10: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Microsoft Graph2

Page 11: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Developer vision

HTML

DATAUSERS

Page 12: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Building integration with Office 365

Page 13: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Microsoft Graph API

https://graph.microsoft.com/

Your App

USERS FILES MAIL CALENDARGROUPS

Insights and relationships from Office Graph

TASKS

Page 14: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Single resource that proxies multiple Microsoft servicesAllows for easy traversal of objects and relationshipsSimplifies token acquisition and managementEliminates the need to traditional discovery (using “me” and “myorganization”)

Microsoft Graph, gateway to Office 365

Page 15: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Demo of the Graph Explorerhttps://graphexplorer2.azurewebsites.net

Page 16: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Azure AD Authentication3

Page 17: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

• Sign users in using OpenID Connect Azure AD and Office 365

services Supports MFA and federated

user sign-in

• Device apps, web sites, SPAs, and service apps

• Pin apps to Office 365 app launcher from My apps

Single authentication flow for Office 365

Page 18: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Common consent• Single auth flow for

accessing all O365 services

• Admin and end-user consent

• Secure protocol OpenID Connect and OAuth 2.0 No capturing user credentials Fine-grained access scopes Long-term access through refresh

tokens

Page 19: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Azure AD onlySeparate auth flow supports Azure AD accounts onlyAzure AD and Microsoft Accounts (Preview)Converged auth flow supports Azure AD accounts and Microsoft accounts (LiveID - hotmail.com, etc.)

Authentication Options

Page 20: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Demo of an Azure AD Applicationhttps://manage.windowsazure.com

Page 21: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Integration of AngularJS with the Microsoft Graph4

Page 22: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Scaffolding of AngularJS applicationAutomatic authenticationSecured routesInjection of tokens in HTTP calls

What do we need to integrate?

Page 23: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Demo of an AngularJS, from start to finish

Page 24: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Demo of OfficeHub

Page 25: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Ressources5

Page 26: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

dev.Office.comhttp://dev.office.comOpportunityGetting startedTransformResourcesShowcaseDocumentation

Page 27: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

dev.Office.comhttp://blogs.office.comOffice 365 newsDev announcementsEventsGarage series videosWeekly podcast

Page 28: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

dev.Office.comhttp://www.office.com/roadmapMonthly updatesDeveloper featuresAssociated blog posts

Page 29: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

http://dev.office.com/devprogram

Developer Program launch

Email Newsletters

Free Developer Subscriptio

n

1 YEAR FREE

Free Training

Free Tools Webinars

Page 30: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Office 365 Networkhttps://www.yammer.com/itpronetwork

@OfficeDev TwitterStartStart

Podcastshttp://dev.office.com/podcasts

UserVoice

http://officespdev.uservoice.com/

Stack overflow

[ms-office]

Channel 9 Dev Showhttp://aka.ms/O365DevShow Snack Demos

http://aka.ms/o365DevSnackDemos

Follow OfficeDev

Page 31: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Questions ?

Page 32: SharePoint SaturdayVancouver 2016 - AngularJS with the Microsoft Graph

Sponsors