Skip to content

Commit de4f3fd

Browse files
authored
Merge pull request #88773 from MicrosoftDocs/JamesTran-MSFT-patch-17
Removed Warning
2 parents bbdfbfa + 7165ee7 commit de4f3fd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/active-directory/develop/scenario-web-app-sign-user-app-configuration.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,6 @@ In the code above:
307307
308308
You can find more details about how Microsoft.Identity.Web enables you to create web apps in <https://aka.ms/ms-id-web/webapp>
309309
310-
> [!WARNING]
311-
> Currently, Microsoft.Identity.Web does not support the scenario of **Individual User Accounts** (storing user accounts in-app) when using Azure AD as and external login provider. For details, see: [AzureAD/microsoft-identity-web#133](https://github.com/AzureAD/microsoft-identity-web/issues/133)
312-
313310
# [ASP.NET](#tab/aspnet)
314311
315312
The code related to authentication in an ASP.NET web app and web APIs is located in the [App_Start/Startup.Auth.cs](https://github.com/Azure-Samples/ms-identity-aspnet-webapp-openidconnect/blob/a2da310539aa613b77da1f9e1c17585311ab22b7/WebApp/App_Start/Startup.Auth.cs#L17-L61) file.

0 commit comments

Comments
 (0)