Skip to content

Commit c3e4337

Browse files
authored
Merge pull request #110753 from mmacy/msid-auth-fundamentals-vids
[msid] auth fundamentals videos
2 parents ad324bf + db06919 commit c3e4337

File tree

1 file changed

+56
-5
lines changed

1 file changed

+56
-5
lines changed

articles/active-directory/develop/identity-videos.md

Lines changed: 56 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,76 @@
11
---
22
title: Microsoft identity platform videos | Azure
3-
description: A list of videos about the Microsoft identity platform
3+
description: A list of videos about modern authentication and the Microsoft identity platform
44
services: active-directory
55
author: mmacy
66
manager: CelesteDG
7+
78
ms.service: active-directory
89
ms.subservice: develop
910
ms.topic: conceptual
1011
ms.workload: identity
11-
ms.date: 01/29/2020
12+
ms.date: 04/08/2020
1213
ms.author: marsma
1314
ms.custom: aaddev
1415
ms.reviewer: celested
1516
---
1617

1718
# Microsoft identity platform videos
1819

19-
Learn about the Microsoft identity platform and the Microsoft Authentication libraries (MSAL). They're typically 1-2 minutes long.
20+
Learn the basics of modern authentication, the Microsoft identity platform, and the Microsoft Authentication Libraries (MSAL).
21+
22+
## Authentication fundamentals
23+
24+
If you're new to concepts like identity providers, security tokens, claims, and audience, this video series is a good place to start.
25+
___
26+
27+
:::row:::
28+
:::column:::
29+
1 - Basics: The concepts of modern authentication (4:33)
30+
:::column-end:::
31+
:::column:::
32+
> [!VIDEO https://www.youtube.com/embed/fbSVgC8nGz4?list=PLLasX02E8BPD5vC2XHS_oHaMVmaeHHPLy]
33+
:::column-end:::
34+
:::column:::
35+
2 - Modern authentication for web applications (6:02)
36+
:::column-end:::
37+
:::column:::
38+
> [!VIDEO https://www.youtube.com/embed/tCNcG1lcCHY?list=PLLasX02E8BPD5vC2XHS_oHaMVmaeHHPLy]
39+
:::column-end:::
40+
:::row-end:::
41+
:::row:::
42+
:::column:::
43+
3 - Web single sign-on (4:13)
44+
:::column-end:::
45+
:::column:::
46+
> [!VIDEO https://www.youtube.com/embed/51B-jSOBF8U?list=PLLasX02E8BPD5vC2XHS_oHaMVmaeHHPLy]
47+
:::column-end:::
48+
:::column:::
49+
4 - Federated web authentication (6:19)
50+
:::column-end:::
51+
:::column:::
52+
> [!VIDEO https://www.youtube.com/embed/CjarTgjKcX8?list=PLLasX02E8BPD5vC2XHS_oHaMVmaeHHPLy]
53+
:::column-end:::
54+
:::row-end:::
55+
:::row:::
56+
:::column:::
57+
5 - Native client applications - Part 1 (8:12)
58+
:::column-end:::
59+
:::column:::
60+
> [!VIDEO https://www.youtube.com/embed/OGMDnuDrAcQ?list=PLLasX02E8BPD5vC2XHS_oHaMVmaeHHPLy]
61+
:::column-end:::
62+
:::column:::
63+
6 - Native client applications - Part 2 (5:33)
64+
:::column-end:::
65+
:::column:::
66+
> [!VIDEO https://www.youtube.com/embed/2RE6IhXfmHY?list=PLLasX02E8BPD5vC2XHS_oHaMVmaeHHPLy]
67+
:::column-end:::
68+
:::row-end:::
2069

2170
## Microsoft identity platform basics
2271

23-
**Learn basic Microsoft identity platform concepts**
72+
Learn about the components of the Microsoft identity platform, the Microsoft Authentication Libraries (MSAL), and how these components interact with Azure Active Directory. The One Dev Question videos are 1-2 minutes in length.
73+
___
2474

2575
:::row:::
2676
:::column:::
@@ -107,7 +157,8 @@ Learn about the Microsoft identity platform and the Microsoft Authentication lib
107157

108158
## Migrate from v1.0 to v2.0
109159

110-
**Learn about migrating to the the latest version of the Microsoft identity platform**
160+
Learn about migrating to the latest version of the Microsoft identity platform, including moving from the Active Directory Authentication Library (ADAL) to MSAL.
161+
___
111162

112163
:::row:::
113164
:::column:::

0 commit comments

Comments
 (0)