- Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathtypescript-app-only.yml
40 lines (40 loc) · 1.39 KB
/
typescript-app-only.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
### YamlMime:Tutorial
title: Build TypeScript apps with Microsoft Graph and app-only authentication
metadata:
title: Build TypeScript apps with Microsoft Graph and app-only authentication
description: In this tutorial, you'll build a TypeScript app that uses the Microsoft Graph API to access data using app-only authentication.
audience: Developer
level: Beginner
displayType: one-column
ms.date: 11/09/2022
author: jasonjoh
ms.author: jasonjoh
ms.topic: tutorial
scenarios: getting-started
languages: TypeScript
items:
- durationInMinutes: 1
content: |
[!INCLUDE [](./includes/typescript/app-only/01-intro.md)]
- title: Register the app in the portal
durationInMinutes: 3
content: |
[!INCLUDE [](./includes/typescript/app-only/02-register-app.md)]
- title: Create a TypeScript console app
durationInMinutes: 4
content: |
[!INCLUDE [](./includes/typescript/app-only/03-create-app.md)]
- title: Add app-only authentication
durationInMinutes: 3
content: |
[!INCLUDE [](./includes/typescript/app-only/04-add-app-only-auth.md)]
- title: "List users"
durationInMinutes: 2
content: |
[!INCLUDE [](./includes/typescript/app-only/05-get-all-users.md)]
- title: "Optional: add your own code"
durationInMinutes: 5
content: |
[!INCLUDE [](./includes/typescript/app-only/06-extend-app.md)]
- content: |
[!INCLUDE [](./includes/typescript/app-only/07-completed.md)]