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, ...)