Skip to content

Commit fc6315e

Browse files
authored
Merge pull request #109810 from BryanTrach-MSFT/patch-67
(forumsteam) fixes MicrosoftDocs/azure-docs#50906
2 parents 56156bc + c39ba31 commit fc6315e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/app-service/overview-authentication-authorization.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ ms.custom: [seodec18, fasttrack-edit]
1212
> [!NOTE]
1313
> At this time, [Azure Active Directory v2.0](../active-directory/develop/v2-overview.md) (including [MSAL](../active-directory/develop/msal-overview.md)) is not supported for Azure App Service and Azure Functions. Please check back for updates.
1414
>
15+
> [!NOTE]
16+
> At this time, ASP.NET Core does not currently support populating the current user with the Authentication/Authorization feature.
17+
>
1518
1619
Azure App Service provides built-in authentication and authorization support, so you can sign in users and access data by writing minimal or no code in your web app, RESTful API, and mobile back end, and also [Azure Functions](../azure-functions/functions-overview.md). This article describes how App Service helps simplify authentication and authorization for your app.
1720

@@ -126,11 +129,17 @@ With this option, you don't need to write any authentication code in your app. F
126129
> [!CAUTION]
127130
> Restricting access in this way applies to all calls to your app, which may not be desirable for apps wanting a publicly available home page, as in many single-page applications.
128131
132+
> [!NOTE]
133+
> Authentication/Authorization was previously known as Easy Auth.
134+
>
135+
129136
## More resources
130137

131138
[Tutorial: Authenticate and authorize users end-to-end in Azure App Service (Windows)](app-service-web-tutorial-auth-aad.md)
132139
[Tutorial: Authenticate and authorize users end-to-end in Azure App Service for Linux](containers/tutorial-auth-aad.md)
133140
[Customize authentication and authorization in App Service](app-service-authentication-how-to.md)
141+
[.NET Core integration of Azure AppService EasyAuth (3rd party)](https://github.com/MaximRouiller/MaximeRouiller.Azure.AppService.EasyAuth)
142+
[Getting Azure App Service authentication working with .NET Core (3rd party)](https://github.com/kirkone/KK.AspNetCore.EasyAuthAuthentication)
134143

135144
Provider-specific how-to guides:
136145

0 commit comments

Comments
 (0)