Skip to content

Commit 2eeb25a

Browse files
authored
Merge pull request #115640 from mmacy/msid-videos-dev-training-series
[msid][video] Identity for Developers series
2 parents 0f205a4 + 01ed79e commit 2eeb25a

File tree

2 files changed

+52
-4
lines changed

2 files changed

+52
-4
lines changed

articles/active-directory/develop/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
href: howto-configure-publisher-domain.md
514514
- name: Configure Terms of Service and Privacy Statement
515515
href: howto-add-terms-of-service-privacy-statement.md
516-
- name: Configure publisher verification for your app
516+
- name: Configure publisher verification for your app
517517
items:
518518
- name: Mark your app as publisher verified (preview)
519519
href: mark-app-as-publisher-verified.md
@@ -584,7 +584,7 @@
584584
href: vs-active-directory-webapi-what-happened.md
585585
- name: Diagnose errors during authentication
586586
href: vs-active-directory-error.md
587-
- name: References
587+
- name: Reference
588588
items:
589589
- name: Application manifest
590590
href: reference-app-manifest.md

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

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.topic: conceptual
1111
ms.workload: identity
12-
ms.date: 04/08/2020
12+
ms.date: 05/19/2020
1313
ms.author: marsma
1414
ms.custom: aaddev
1515
ms.reviewer: celested
@@ -19,9 +19,57 @@ ms.reviewer: celested
1919

2020
Learn the basics of modern authentication, the Microsoft identity platform, and the Microsoft Authentication Libraries (MSAL).
2121

22+
## Microsoft identity platform for developers
23+
24+
The *Identity for Developers* video series focuses on just what you need to know to get started adding identity support to your application. Tuned for quick delivery of the fundamental aspects of the platform and how to use its authentication libraries, these are a good place to start for any developer.
25+
___
26+
27+
:::row:::
28+
:::column:::
29+
1 - Overview of the Microsoft identity platform for developers (33:55)
30+
:::column-end:::
31+
:::column:::
32+
> [!VIDEO https://www.youtube.com/embed/zjezqZPPOfc]
33+
:::column-end:::
34+
:::column:::
35+
2 - How to authenticate users of your apps with the Microsoft identity platform (29:09)
36+
:::column-end:::
37+
:::column:::
38+
> [!VIDEO https://www.youtube.com/embed/Mtpx_lpfRLs]
39+
:::column-end:::
40+
:::row-end:::
41+
:::row:::
42+
:::column:::
43+
3 - Microsoft identity platform’s permissions and consent framework (45:08)
44+
:::column-end:::
45+
:::column:::
46+
> [!VIDEO https://www.youtube.com/embed/toAWRNqqDL4]
47+
:::column-end:::
48+
:::column:::
49+
4 - How to protect APIs using the Microsoft identity platform (33:17)
50+
:::column-end:::
51+
:::column:::
52+
> [!VIDEO https://www.youtube.com/embed/IIQ7QW4bYqA]
53+
:::column-end:::
54+
:::row-end:::
55+
:::row:::
56+
:::column:::
57+
5 - Application roles and security groups on the Microsoft identity platform (15:52)
58+
:::column-end:::
59+
:::column:::
60+
> [!VIDEO https://www.youtube.com/embed/-BK2iBDrmNo]
61+
:::column-end:::
62+
:::column:::
63+
<!-- BLANK TITLE CELL -->
64+
:::column-end:::
65+
:::column:::
66+
<!-- BLANK VIDEO CELL -->
67+
:::column-end:::
68+
:::row-end:::
69+
2270
## Authentication fundamentals
2371

24-
If you're new to concepts like identity providers, security tokens, claims, and audience, this video series is a good place to start.
72+
If you're new to concepts like identity providers, security tokens, claims, and audience, this video series can help clear up the concepts and components in modern authentication.
2573
___
2674

2775
:::row:::

0 commit comments

Comments
 (0)