Skip to content
This repository was archived by the owner on Jan 23, 2020. It is now read-only.

Commit 22a6d09

Browse files
authored
Update README.md
1 parent 6d1ff47 commit 22a6d09

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ languages:
55
products:
66
- azure-active-directory
77
- aspnet-core
8+
- dotnet
9+
urlFragment: calling-a-web-api-in-an-aspnet-core-web-application-using-azure-ad
810
description: This sample contains a web API running on ASP.NET Core 2.0 protected by Azure AD.
911
---
10-
# Calling a web API in an ASP.NET Core web application using Azure AD
12+
13+
# Call a web API in an ASP.NET Core web app using Azure AD
14+
1115
## About this sample
1216
### Scenario
1317
This sample contains a web API running on ASP.NET Core 2.0 protected by Azure AD. The web API is accessed by an ASP.NET Core 2.0 web application on behalf of the signed-in user. The ASP.NET Web application uses the OpenID Connect middleware and the Active Directory Authentication Library (ADAL.NET) to obtain a JWT bearer token for the signed-in user using the [OAuth 2.0](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-protocols-oauth-code) protocol. The bearer token is passed to the web API, which validates the token and authorizes the user using the JWT bearer authentication middleware.

0 commit comments

Comments
 (0)