Skip to content

Commit 3eaf386

Browse files
authored
Merge pull request #93176 from cephalin/issue#38569
#38569
2 parents 3c65eb1 + 1adfcf1 commit 3eaf386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/app-service-authentication-how-to.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: app-service
1111
ms.workload: mobile
1212
ms.tgt_pltfrm: na
1313
ms.topic: article
14-
ms.date: 09/02/2019
14+
ms.date: 10/24/2019
1515
ms.author: cephalin
1616
ms.custom: seodec18
1717
---
@@ -149,7 +149,7 @@ App Service passes user claims to your application by using special headers. Ext
149149
* X-MS-CLIENT-PRINCIPAL-NAME
150150
* X-MS-CLIENT-PRINCIPAL-ID
151151

152-
Code that is written in any language or framework can get the information that it needs from these headers. For ASP.NET 4.6 apps, the **ClaimsPrincipal** is automatically set with the appropriate values.
152+
Code that is written in any language or framework can get the information that it needs from these headers. For ASP.NET 4.6 apps, the **ClaimsPrincipal** is automatically set with the appropriate values. ASP.NET Core, however, doesn't provide an authentication middleware that integrates with App Service user claims. For a workaround, see [MaximeRouiller.Azure.AppService.EasyAuth](https://github.com/MaximRouiller/MaximeRouiller.Azure.AppService.EasyAuth).
153153

154154
Your application can also obtain additional details on the authenticated user by calling `/.auth/me`. The Mobile Apps server SDKs provide helper methods to work with this data. For more information, see [How to use the Azure Mobile Apps Node.js SDK](../app-service-mobile/app-service-mobile-node-backend-how-to-use-server-sdk.md#howto-tables-getidentity), and [Work with the .NET backend server SDK for Azure Mobile Apps](../app-service-mobile/app-service-mobile-dotnet-backend-how-to-use-server-sdk.md#user-info).
155155

0 commit comments

Comments
 (0)