Skip to content

Commit f59b79e

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into release-sf-7.1
2 parents 23e9836 + a8a8e58 commit f59b79e

File tree

131 files changed

+1019
-755
lines changed

Some content is hidden

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

131 files changed

+1019
-755
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27475,11 +27475,6 @@
2747527475
"redirect_url": "/azure/storage/blobs/storage-custom-domain-name",
2747627476
"redirect_document_id": true
2747727477
},
27478-
{
27479-
"source_path": "articles/storage/storage-decide-blobs-files-disks.md",
27480-
"redirect_url": "/azure/storage/common/storage-decide-blobs-files-disks",
27481-
"redirect_document_id": true
27482-
},
2748327478
{
2748427479
"source_path": "articles/storage/storage-designing-ha-apps-with-ragrs.md",
2748527480
"redirect_url": "/azure/storage/common/storage-designing-ha-apps-with-ragrs",
@@ -27780,11 +27775,6 @@
2778027775
"redirect_url": "/azure/virtual-machines/windows/incremental-snapshots",
2778127776
"redirect_document_id": true
2778227777
},
27783-
{
27784-
"source_path": "articles/storage/storage-introduction.md",
27785-
"redirect_url": "/azure/storage/common/storage-introduction",
27786-
"redirect_document_id": true
27787-
},
2778827778
{
2778927779
"source_path": "articles/storage/storage-ios-how-to-use-blob-storage.md",
2779027780
"redirect_url": "/azure/storage/blobs/storage-ios-how-to-use-blob-storage",
@@ -39925,6 +39915,11 @@
3992539915
"redirect_url": "/azure/app-service/app-service-web-get-started-java",
3992639916
"redirect_document_id": false
3992739917
},
39918+
{
39919+
"source_path": "articles/storage/common/storage-decide-blobs-files-disks.md",
39920+
"redirect_url": "/azure/storage/common/storage-introduction",
39921+
"redirect_document_id": true
39922+
},
3992839923
{
3992939924
"source_path": "articles/cognitive-services/LUIS/luis-get-started-php-add-utterance.md",
3993039925
"redirect_url": "/azure/cognitive-services/LUIS/",

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)