Skip to content

Commit 620238e

Browse files
author
Cam Soper
authored
Fixed two small typos in yesterday's changes (dotnet#16663)
* Fixed two small typos * another typo
1 parent 4477680 commit 620238e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

aspnetcore/security/authentication/azure-active-directory/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ These tutorials and samples demonstrate authentication in ASP.NET Core using Mic
2424

2525
* [Enable your ASP.NET Core app to sign-in users and call web APIs using Azure AD V2](/samples/azure-samples/active-directory-aspnetcore-webapp-openidconnect-v2/enable-webapp-signin/):
2626
* See [this associated video](https://channel9.msdn.com/Events/Build/2018/THR5001)
27-
* Azure AD
2827

2928
* [Calling an ASP.NET Core 2.0 Web API from a WPF application using Azure AD V2](/samples/azure-samples/active-directory-dotnet-native-aspnetcore-v2/calling-an-aspnet-core-web-api-from-a-wpf-application-using-azure-ad-v2/):
3029
* See [this associated video](https://channel9.msdn.com/Events/Build/2018/THR5000)

aspnetcore/security/authentication/azure-ad-b2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,5 @@ Now that the ASP.NET Core app is configured to use Azure AD B2C for authenticati
155155
* [Enable multi-factor authentication](/azure/active-directory-b2c/active-directory-b2c-reference-mfa).
156156
* Configure additional identity providers, such as [Microsoft](/azure/active-directory-b2c/active-directory-b2c-setup-msa-app), [Facebook](/azure/active-directory-b2c/active-directory-b2c-setup-fb-app), [Google](/azure/active-directory-b2c/active-directory-b2c-setup-goog-app), [Amazon](/azure/active-directory-b2c/active-directory-b2c-setup-amzn-app), [Twitter](/azure/active-directory-b2c/active-directory-b2c-setup-twitter-app), and others.
157157
* [Use the Azure AD Graph API](/azure/active-directory-b2c/active-directory-b2c-devquickstarts-graph-dotnet) to retrieve additional user information, such as group membership, from the Azure AD B2C tenant.
158-
* [Secure an ASP.NET Core web API using Azure AD B2C](xref:security/authentication/azure-ad-b2c-webapi).
158+
* [Secure an ASP.NET Core web API using Azure AD B2C](https://azure.microsoft.com/resources/samples/active-directory-b2c-dotnetcore-webapi/).
159159
* [Call a .NET web API from a .NET web app using Azure AD B2C](/azure/active-directory-b2c/active-directory-b2c-devquickstarts-web-api-dotnet).

aspnetcore/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@
897897
- name: Protected web API
898898
href: /azure/active-directory/develop/scenario-protected-web-api-overview
899899
- name: Web API that calls other web APIs
900-
href: /azure/active-directory/develop/scenario-web-api-call-api-overview)
900+
href: /azure/active-directory/develop/scenario-web-api-call-api-overview
901901
- name: Integrate Azure AD B2C into a web app
902902
uid: security/authentication/azure-ad-b2c
903903
- name: Samples

0 commit comments

Comments
 (0)