Beginning Microsoft Graph: with JavaScript Applications

Beginning Microsoft Graph: with JavaScript Applications

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 1h 05m | 170 MB

Integrate the Microsoft Graph API in your JavaScript applications and harness a rich source of organizational information and functionality such as Mail, Calendars, Users, Groups, Applications, and a lot more. Any serious application integrating with Office 365 has to integrate with Microsoft Graph. Given the multitudes of ways to integrate, it is non-trivial to make it happen. Enlisting the approach of defining the problem, explaining the concept, and providing a usable solution, the author teaches the viewer by example. The video is succinct, bypassing marketing fluff to get to the usable code that you can start using right away

What You Will Learn

  • Understand the basics of Microsoft Graph
  • Integrate Microsoft Graph in JavaScript applications using AngularJS and Angular 2+
  • Work with examples from common scenarios, making comprehension of the integration extremely simple and straightforward.
  • Jumpstart your learning of Microsoft Graph avoiding common pitfalls and frustrations

Who This Video Is For
Anyone who is interested in learning how to integrate Microsoft Graph functionality into a JavaScript application. It is highly recommended that the viewer be proficient in writing client-side JavaScript-based web applications.

Table of Contents

00 Introduction
01 What is Azure AD
02 What is Microsoft Graph
03 What are JavaScript Applications
04 Overview of OAuth2 implicit flow
05 Single Tenant vs. Multi Tenant
06 Token Management
07 Libraries used
08 Set up your project
09 Set up your application
10 Authenticate and call Microsoft Graph
11 Explore the possibilities
12 Summary