You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: includes/active-directory-develop-libraries-webapp.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
| ASP.NET Core |[ASP.NET Core](https://github.com/dotnet/aspnetcore)|[Microsoft.AspNetCore.Authentication](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication/)|[Quickstart](../articles/active-directory/develop/quickstart-v2-aspnet-core-webapp-calls-graph.md)|![Library can request ID tokens for user sign-in.][y]|![Library cannot request access tokens for protected web APIs.][n]| GA |
6
6
| ASP.NET Core |[Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web)|[Microsoft.Identity.Web](https://www.nuget.org/packages/Microsoft.Identity.Web)|[Quickstart](../articles/active-directory/develop/quickstart-v2-aspnet-core-webapp-calls-graph.md)|![Library can request ID tokens for user sign-in.][y]|![Library can request access tokens for protected web APIs.][y]| GA |
7
7
| Java |[MSAL4J](https://github.com/AzureAD/microsoft-authentication-library-for-java)|[msal4j](https://search.maven.org/artifact/com.microsoft.azure/msal4j)|[Quickstart](../articles/active-directory/develop/quickstart-v2-java-webapp.md)|![Library can request ID tokens for user sign-in.][y]|![Library can request access tokens for protected web APIs.][y]| GA |
8
+
| Spring |[spring-cloud-azure-starter-active-directory](https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure-autoconfigure_4.3.0/sdk/spring/spring-cloud-azure-starter-active-directory)|[spring-cloud-azure-starter-active-directory](https://search.maven.org/artifact/com.azure.spring/spring-cloud-azure-starter-active-directory)|[Quickstart](/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory)|![Library can request ID tokens for user sign-in.][y]|![Library can request access tokens for protected web APIs.][y]| GA |
8
9
| Node.js |[MSAL Node](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node)|[msal-node](https://www.npmjs.com/package/@azure/msal-node)|[Quickstart](../articles/active-directory/develop/quickstart-v2-nodejs-webapp-msal.md)|![Library can request ID tokens for user sign-in.][y]|![Library can request access tokens for protected web APIs.][y]| GA |
9
10
| Python |[MSAL Python](https://github.com/AzureAD/microsoft-authentication-library-for-python)|[msal](https://pypi.org/project/msal)|[Quickstart](../articles/active-directory/develop/quickstart-v2-python-webapp.md)|![Library can request ID tokens for user sign-in.][y]|![Library can request access tokens for protected web APIs.][y]| GA |
0 commit comments