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

Commit 93b06a0

Browse files
authored
Update README.md
1 parent cc04c64 commit 93b06a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platforms: dotnet
44
author: dstrockis
55
---
66

7-
# Calling a web API in an ASP.NET 5 web application using Azure AD
7+
# Calling a web API in an ASP.NET Core web application using Azure AD
88
This sample shows how to build an MVC web application that uses Azure AD for sign-in using the OpenID Connect protocol, and then calls a web API under the signed-in user's identity using tokens obtained via OAuth 2.0. This sample uses the OpenID Connect ASP.Net OWIN middleware and ADAL .Net running on ASP.NET 5.
99

1010
For more information about how the protocols work in this scenario and other scenarios, see [Authentication Scenarios for Azure AD](http://go.microsoft.com/fwlink/?LinkId=394414).
@@ -78,7 +78,7 @@ There are two projects in this sample. Each needs to be separately registered i
7878
3. Find the `Tenant` property and replace the value with your AAD tenant name, e.g. contoso.onmicrosoft.com.
7979
4. Find the `Audience` property and replace the value with the App ID URI you registered earlier, for example `https://<your_tenant_name>/TodoListService`.
8080

81-
#### Configure the WebApp-WebAPI-OpenIDCOnnect-DotNet project
81+
#### Configure the TodoListWebApp project
8282

8383
1. Open the solution in Visual Studio 2015.
8484
2. Open the `appsettings.json` file.

0 commit comments

Comments
 (0)