Skip to content

Commit cc1a25d

Browse files
author
Ryan Wike
committed
tech review updates
1 parent 954956e commit cc1a25d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/app-service/identity-scenarios.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: rwike77
55
manager: CelesteDG
66
ms.author: ryanwi
77
ms.topic: conceptual
8-
ms.date: 10/31/2023
8+
ms.date: 03/14/2024
99
ms.custom: AppServiceIdentity
1010
---
1111
# Authentication scenarios and recommendations
@@ -15,8 +15,8 @@ If you have a web app or an API running in Azure App Service, you can restrict a
1515
## Authentication solutions
1616

1717
- **Azure App Service built-in authentication** - Allows you to sign users in and access data by writing minimal or no code in your web app, RESTful API, or mobile back end. It’s built directly into the platform and doesn’t require any particular language, library, security expertise, or even any code to use.
18-
- **Microsoft Authentication Library (MSAL)** - Enables developers to acquire security tokens from the Microsoft identity platform to authenticate users and access secured web APIs. Available for multiple supported platforms and frameworks, these are general purpose libraries that can be used in various hosted environments. Developers can also integrate with multiple sign-in providers, like Microsoft Entra ID, Facebook, Google, Twitter.
19-
- **Microsoft.Identity.Web** - A higher-level library wrapping MSAL.NET, it provides a set of ASP.NET Core abstractions that simplify adding authentication support to web apps and web APIs integrating with the Microsoft identity platform. It provides a single-surface API convenience layer that ties together ASP.NET Core, its authentication middleware, and MSAL.NET. This library can be used in apps in various hosted environments. You can integrate with multiple sign-in providers, like Microsoft Entra ID, Facebook, Google, Twitter.
18+
- **Microsoft Authentication Library (MSAL)** - Enables developers to acquire security tokens from the Microsoft identity platform to authenticate users and access secured web APIs. Available for multiple supported platforms and frameworks, these are general purpose libraries that can be used in various hosted environments. Developers can also integrate with multiple sign-in providers, like Microsoft Entra, Facebook, Google, Twitter.
19+
- **Microsoft.Identity.Web** - A higher-level library wrapping MSAL.NET, it provides a set of ASP.NET Core abstractions that simplify adding authentication support to web apps and web APIs integrating with the Microsoft identity platform. It provides a single-surface API convenience layer that ties together ASP.NET Core, its authentication middleware, and MSAL.NET. This library can be used in apps in various hosted environments. You can integrate with multiple sign-in providers, like Microsoft Entra, Facebook, Google, Twitter.
2020

2121
## Scenario recommendations
2222

articles/app-service/scenario-secure-app-authentication-app-service.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Tutorial - Add app authentication to a web app on Azure App Service | Azure
3-
description: In this tutorial, you learn how to enable app authentication and authorization for a web app running on Azure App Service. Limit access to the web app to users in your organization​.
2+
title: Quickstart - Add app authentication to a web app
3+
description: Learn how to enable app authentication for a web app running on Azure App Service. Limit access to the web app to users in your organization​.
44
services: active-directory, app-service-web
55
author: rwike77
66
manager: CelesteDG
77

88
ms.service: app-service
99
ms.topic: tutorial
10-
ms.date: 03/12/2024
10+
ms.date: 03/14/2024
1111
ms.author: ryanwi
1212
ms.reviewer: mahender
1313
ms.custom: azureday1, AppServiceIdentity
1414
ms.subservice: web-apps
1515
#Customer intent: As an application developer, enable authentication and authorization for a web app running on Azure App Service.
1616
---
1717

18-
# Tutorial: Add app authentication to your web app running on Azure App Service
18+
# Quickstart: Add app authentication to your web app running on Azure App Service
1919

2020
[!INCLUDE [start](./includes/tutorial-set-up-app-service-authentication/intro.md)]
2121

0 commit comments

Comments
 (0)