You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ platforms: dotnet
4
4
author: dstrockis
5
5
---
6
6
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
8
8
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.
9
9
10
10
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
78
78
3. Find the `Tenant` property and replace the value with your AAD tenant name, e.g. contoso.onmicrosoft.com.
79
79
4. Find the `Audience` property and replace the value with the App ID URI you registered earlier, for example `https://<your_tenant_name>/TodoListService`.
80
80
81
-
#### Configure the WebApp-WebAPI-OpenIDCOnnect-DotNet project
0 commit comments