From c9d457c65047de397fb4a39f2a4bfbf715a3e13b Mon Sep 17 00:00:00 2001 From: Jean-Marc Prieur Date: Thu, 28 Jun 2018 00:01:36 +0200 Subject: [PATCH] Jmprieur/update aad (#7333) Fixes the inversion between the 2 videos referenced in the changed index.md file (they basically were swapped with respect to the bullet point they were applying to) cc;@Rick-Anderson --- .../security/authentication/azure-active-directory/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/security/authentication/azure-active-directory/index.md b/aspnetcore/security/authentication/azure-active-directory/index.md index 2ef55e7add..f3b05d6a24 100644 --- a/aspnetcore/security/authentication/azure-active-directory/index.md +++ b/aspnetcore/security/authentication/azure-active-directory/index.md @@ -17,10 +17,10 @@ The following samples show how to integrate Azure AD V1, enabling users to sign- ## Azure AD V2 samples The following samples show how to integrate Azure AD V2, enabling users to sign-in with a work and school account or a Microsoft personal account (formely Live account): * [Integrating Azure AD V2 into an ASP.NET Core 2.0 web app](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2): - * See [this associated video](https://channel9.msdn.com/Events/Build/2018/THR5000) + * See [this associated video](https://channel9.msdn.com/Events/Build/2018/THR5001) * [Calling a ASP.NET Core 2.0 Web API from a WPF application using Azure AD V2](https://github.com/azure-samples/active-directory-dotnet-native-aspnetcore-v2): - * See [this associated video](https://channel9.msdn.com/Events/Build/2018/THR5001) + * See [this associated video](https://channel9.msdn.com/Events/Build/2018/THR5000) ## Azure AD B2C sample This sample shows how to integrate Azure AD B2C, enabling users to sign-in with social identities (like Facebook, Google, ...)