Skip to content

Commit a53fe6e

Browse files
authored
Merge pull request #110807 from MicrosoftDocs/master
Merge Master to Live, 4 AM
2 parents 7d8158f + ca1af0a commit a53fe6e

File tree

119 files changed

+578
-916
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+578
-916
lines changed

.openpublishing.redirection.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50588,6 +50588,41 @@
5058850588
"source_path": "articles/ansible/index.yml",
5058950589
"redirect_url": "/azure/developer/ansible/",
5059050590
"redirect_document_id": false
50591+
},
50592+
{
50593+
"source_path": "articles/chef/chef-automation.md",
50594+
"redirect_url": "/azure/developer/chef/windows-vm-configure",
50595+
"redirect_document_id": false
50596+
},
50597+
{
50598+
"source_path": "articles/chef/chef-extension-portal.md",
50599+
"redirect_url": "/azure/developer/chef/client-install-from-azure-portal",
50600+
"redirect_document_id": false
50601+
},
50602+
{
50603+
"source_path": "articles/chef/chef-habitat-overview.md",
50604+
"redirect_url": "/azure/developer/chef/habitat-overview",
50605+
"redirect_document_id": false
50606+
},
50607+
{
50608+
"source_path": "articles/chef/chef-inspec-overview.md",
50609+
"redirect_url": "/azure/developer/chef/inspec-overview",
50610+
"redirect_document_id": false
50611+
},
50612+
{
50613+
"source_path": "articles/chef/chef-overview.md",
50614+
"redirect_url": "/azure/developer/chef/overview",
50615+
"redirect_document_id": false
50616+
},
50617+
{
50618+
"source_path": "articles/chef/",
50619+
"redirect_url": "/azure/developer/chef/",
50620+
"redirect_document_id": false
50621+
},
50622+
{
50623+
"source_path": "articles/chef/index.yml",
50624+
"redirect_url": "/azure/developer/chef/",
50625+
"redirect_document_id": false
5059150626
}
5059250627
]
5059350628
}

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:::

articles/active-directory/develop/quickstart-v2-android.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,3 @@ Read more information about MSAL library for Android:
490490
> [MSAL for Android library wiki](https://github.com/AzureAD/microsoft-authentication-library-for-android/wiki)
491491

492492
[!INCLUDE [Help and support](../../../includes/active-directory-develop-help-support-include.md)]
493-
494-
Help us improve the Microsoft identity platform. Tell us what you think by completing a short two-question survey.
495-
496-
> [!div class="nextstepaction"]
497-
> [Microsoft identity platform survey](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRyKrNDMV_xBIiPGgSvnbQZdUQjFIUUFGUE1SMEVFTkdaVU5YT0EyOEtJVi4u)

articles/active-directory/develop/quickstart-v2-aspnet-core-webapp.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,3 @@ Check out the GitHub repo for this ASP.NET Core tutorial for more information in
165165

166166
> [!div class="nextstepaction"]
167167
> [ASP.NET Core Web App tutorial](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/)
168-
169-
Help us improve the Microsoft identity platform. Tell us what you think by completing a short two-question survey.
170-
171-
> [!div class="nextstepaction"]
172-
> [Microsoft identity platform survey](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRyKrNDMV_xBIiPGgSvnbQZdUQjFIUUFGUE1SMEVFTkdaVU5YT0EyOEtJVi4u)

articles/active-directory/develop/quickstart-v2-aspnet-webapp.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,3 @@ Try out the ASP.NET tutorial for a complete step-by-step guide on building appli
202202
> [Sign-in tutorial](./tutorial-v2-asp-webapp.md)
203203
204204
[!INCLUDE [Help and support](../../../includes/active-directory-develop-help-support-include.md)]
205-
206-
Help us improve the Microsoft identity platform. Tell us what you think by completing a short two-question survey.
207-
208-
> [!div class="nextstepaction"]
209-
> [Microsoft identity platform survey](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRyKrNDMV_xBIiPGgSvnbQZdUQjFIUUFGUE1SMEVFTkdaVU5YT0EyOEtJVi4u)

articles/active-directory/develop/quickstart-v2-ios.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,3 @@ Try out the tutorial for iOS and macOS for a complete step-by-step guide on buil
293293
> [Call Graph API tutorial for iOS and macOS](https://docs.microsoft.com/azure/active-directory/develop/guidedsetups/active-directory-ios)
294294
295295
[!INCLUDE [Help and support](../../../includes/active-directory-develop-help-support-include.md)]
296-
297-
Help us improve the Microsoft identity platform. Tell us what you think by completing a short two-question survey.
298-
299-
> [!div class="nextstepaction"]
300-
> [Microsoft identity platform survey](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRyKrNDMV_xBIiPGgSvnbQZdUQjFIUUFGUE1SMEVFTkdaVU5YT0EyOEtJVi4u)

articles/active-directory/develop/quickstart-v2-java-webapp.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,4 @@ To know more about the auth flow for this scenario, see the Oauth 2.0 authorizat
253253
> [!div class="nextstepaction"]
254254
> [Authorization Code Oauth flow](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-auth-code-flow)
255255
256-
Help us improve the Microsoft identity platform. Tell us what you think by completing a short two-question survey.
257-
258-
> [!div class="nextstepaction"]
259-
> [Microsoft identity platform survey](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRyKrNDMV_xBIiPGgSvnbQZdUQjFIUUFGUE1SMEVFTkdaVU5YT0EyOEtJVi4u)
260-
261256
[!INCLUDE [Help and support](../../../includes/active-directory-develop-help-support-include.md)]

articles/active-directory/develop/quickstart-v2-javascript.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,3 @@ To browse the MSAL repo for documentation, FAQ, issues, and more, see:
304304
305305
> [!div class="nextstepaction"]
306306
> [MSAL.js GitHub repo](https://github.com/AzureAD/microsoft-authentication-library-for-js)
307-
308-
Help us improve the Microsoft identity platform. Tell us what you think by completing a short two-question survey.
309-
310-
> [!div class="nextstepaction"]
311-
> [Microsoft identity platform survey](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRyKrNDMV_xBIiPGgSvnbQZdUQjFIUUFGUE1SMEVFTkdaVU5YT0EyOEtJVi4u)

articles/active-directory/develop/quickstart-v2-netcore-daemon.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,3 @@ To know more about the auth flow for this scenario, see the Oauth 2.0 client cre
242242

243243
> [!div class="nextstepaction"]
244244
> [Client credentials Oauth flow](v2-oauth2-client-creds-grant-flow.md)
245-
246-
Help us improve the Microsoft identity platform. Tell us what you think by completing a short two-question survey.
247-
248-
> [!div class="nextstepaction"]
249-
> [Microsoft identity platform survey](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRyKrNDMV_xBIiPGgSvnbQZdUQjFIUUFGUE1SMEVFTkdaVU5YT0EyOEtJVi4u)

articles/active-directory/develop/quickstart-v2-python-daemon.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,3 @@ To know more about the auth flow for this scenario, see the Oauth 2.0 client cre
236236

237237
> [!div class="nextstepaction"]
238238
> [Client credentials Oauth flow](v2-oauth2-client-creds-grant-flow.md)
239-
240-
Help us improve the Microsoft identity platform. Tell us what you think by completing a short two-question survey.
241-
242-
> [!div class="nextstepaction"]
243-
> [Microsoft identity platform survey](https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRyKrNDMV_xBIiPGgSvnbQZdUQjFIUUFGUE1SMEVFTkdaVU5YT0EyOEtJVi4u)

0 commit comments

Comments
 (0)