Skip to content

Commit 20fb4dc

Browse files
authored
Merge pull request #208066 from KarlErickson/karler-chenrujun
Add spring cloud azure entry in azure active directory related page
2 parents 99e39b0 + c03f7fb commit 20fb4dc

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

articles/active-directory/develop/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,8 @@
417417
items:
418418
- name: Scopes for web API accepting v1.0 tokens
419419
href: msal-v1-app-scopes.md
420+
- name: Spring Cloud Azure
421+
href: /azure/developer/java/spring-framework/spring-cloud-azure?toc=/azure/active-directory/develop/toc.json#spring-security-support
420422
- name: Desktop
421423
items:
422424
- name: Desktop app authentication documentation

articles/active-directory/develop/index-web-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ landingContent:
4242
url: tutorial-blazor-server.md
4343
- text: Node.js with Express
4444
url: tutorial-v2-nodejs-webapp-msal.md
45+
- text: Spring
46+
url: /azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory
4547
- title: "Web apps in depth"
4648
linkLists:
4749
- linkListType: how-to-guide

includes/active-directory-develop-libraries-webapp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
| 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 |
66
| 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 |
77
| 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 |
89
| 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 |
910
| 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 |
1011
<!--

0 commit comments

Comments
 (0)