Skip to content

Commit 2db776e

Browse files
committed
more fixes + a couple unfixes
1 parent 45485d0 commit 2db776e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

articles/active-directory/develop/msal-national-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can use MSAL.NET to sign in users, acquire tokens, and call the Microsoft Gr
5959
The following tutorials demonstrate how to build a .NET Core 2.2 MVC Web app. The app uses OpenID Connect to sign in users with a work and school account in an organization that belongs to a national cloud.
6060

6161
- To sign in users and acquire tokens, follow this tutorial: [Build an ASP.NET Core Web app signing-in users in sovereign clouds with the Microsoft identity platform](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/1-WebApp-OIDC/1-4-Sovereign#build-an-aspnet-core-web-app-signing-in-users-in-sovereign-clouds-with-the-microsoft-identity-platform).
62-
- To call the Microsoft Graph API, follow this tutorial: [Using the Microsoft identity platform to call the Microsoft Graph API from an An ASP.NET Core 2.x web app, on behalf of a user signing-in using their work and school account in Microsoft National Cloud](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/2-WebApp-graph-user/2-4-Sovereign-Call-MSGraph#using-the-microsoft-identity-platform-to-call-the-microsoft-graph-api-from-an-an-aspnet-core-2x-web-app-on-behalf-of-a-user-signing-in-using-their-work-and-school-account-in-microsoft-national-cloud).
62+
- To call the Microsoft Graph API, follow this tutorial: [Using the Microsoft identity platform to call the Microsoft Graph API from an ASP.NET Core 2.x web app, on behalf of a user signing-in using their work and school account in Microsoft National Cloud](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/2-WebApp-graph-user/2-4-Sovereign-Call-MSGraph#using-the-microsoft-identity-platform-to-call-the-microsoft-graph-api-from-an-an-aspnet-core-2x-web-app-on-behalf-of-a-user-signing-in-using-their-work-and-school-account-in-microsoft-national-cloud).
6363

6464
## [JavaScript](#tab/javascript)
6565

articles/active-directory/develop/msal-net-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Device code flow | [Device profile for devices without web browsers](https://git
125125

126126
#### Confidential client applications
127127

128-
Here are the grants supported in ADAL.NET and MSAL.NET for Web Applications, web APIs, and daemon applications:
128+
Here are the grants supported in ADAL.NET and MSAL.NET for web applications, web APIs, and daemon applications:
129129

130130
Type of App | Grant | ADAL.NET | MSAL.NET
131131
----- | ----- | ----- | -----

articles/active-directory/develop/msal-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Learn about MSAL | Azure
33
titleSuffix: Microsoft identity platform
4-
description: Microsoft Authentication Library (MSAL) enables application developers to acquire tokens in order to call secured web APIs. These web APIs can be the Microsoft Graph, other Microsoft APIS, third-party web APIs, or your own web API. MSAL supports multiple application architectures and platforms.
4+
description: Microsoft Authentication Library (MSAL) enables application developers to acquire tokens in order to call secured web APIs. These web APIs can be the Microsoft Graph, other Microsoft APIs, third-party web APIs, or your own web API. MSAL supports multiple application architectures and platforms.
55
services: active-directory
66
author: mmacy
77
manager: CelesteDG
@@ -18,7 +18,7 @@ ms.custom: aaddev, identityplatformtop40
1818
---
1919

2020
# Overview of Microsoft Authentication Library (MSAL)
21-
Microsoft Authentication Library (MSAL) enables developers to acquire [tokens](developer-glossary.md#security-token) from the Microsoft identity platform endpoint in order to access secured web APIs. These web APIs can be the Microsoft Graph, other Microsoft APIS, third-party web APIs, or your own web API. MSAL is available for .NET, JavaScript, Android, and iOS, which support many different application architectures and platforms.
21+
Microsoft Authentication Library (MSAL) enables developers to acquire [tokens](developer-glossary.md#security-token) from the Microsoft identity platform endpoint in order to access secured web APIs. These web APIs can be the Microsoft Graph, other Microsoft APIs, third-party web APIs, or your own web API. MSAL is available for .NET, JavaScript, Android, and iOS, which support many different application architectures and platforms.
2222

2323
MSAL gives you many ways to get tokens, with a consistent API for a number of platforms. Using MSAL provides the following benefits:
2424

articles/active-directory/develop/quickstart-v2-dotnet-native-aspnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Call a ASP.NET web API protected by Microsoft identity platform
2+
title: Call an ASP.NET web API protected by Microsoft identity platform
33
description: In this quickstart, learn how to call an ASP.NET web API protected by Microsoft identity platform from a Windows Desktop (WPF) application. The WPF client authenticates a user, requests an access token, and calls the web API.
44
services: active-directory
55
author: jmprieur
@@ -17,7 +17,7 @@ ms.custom: aaddev, identityplatformtop40, scenarios:getting-started, languages:A
1717

1818
# Quickstart: Call an ASP.NET web API protected by Microsoft identity platform
1919

20-
In this quickstart, you expose a web API and protect it so that only authenticated user can access it. This sample shows how to expose a ASP.NET web API so it can accept tokens issued by personal accounts (including outlook.com, live.com, and others) as well as work and school accounts from any company or organization that has integrated with Microsoft identity platform.
20+
In this quickstart, you expose a web API and protect it so that only authenticated user can access it. This sample shows how to expose an ASP.NET web API so it can accept tokens issued by personal accounts (including outlook.com, live.com, and others) as well as work and school accounts from any company or organization that has integrated with Microsoft identity platform.
2121

2222
The sample also includes a Windows Desktop application (WPF) client that demonstrates how you can request an access token to access a web API.
2323

articles/active-directory/develop/tutorial-v2-aspnet-daemon-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ The relevant code for this sample is in the following files:
172172
## Re-create the sample app
173173

174174
1. In Visual Studio, create a new **Visual C#** **ASP.NET Web Application (.NET Framework)** project.
175-
1. On the next screen, choose the **MVC** project template. Also add folder and core references for **web API**, because you'll add a web API controller later. Leave the project's chosen authentication mode as the default: **No Authentication**.
175+
1. On the next screen, choose the **MVC** project template. Also add folder and core references for **Web API**, because you'll add a web API controller later. Leave the project's chosen authentication mode as the default: **No Authentication**.
176176
1. Select the project in the **Solution Explorer** window and select the **F4** key.
177177
1. In the project properties, set **SSL Enabled** to **True**. Note the information in **SSL URL**. You'll need it when configuring this application's registration in the Azure portal.
178178
1. Add the following ASP.NET OWIN middleware NuGet packages:

0 commit comments

Comments
 (0)