From 816473170f11f96b7c414bc62b0f825e965acbe6 Mon Sep 17 00:00:00 2001 From: Shili Chen Date: Thu, 26 Oct 2023 13:17:00 +0800 Subject: [PATCH] Fix broken links --- spring-petclinic-microservices/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-petclinic-microservices/README.md b/spring-petclinic-microservices/README.md index de882e9af..1ab7bb339 100644 --- a/spring-petclinic-microservices/README.md +++ b/spring-petclinic-microservices/README.md @@ -222,7 +222,7 @@ The application could be reached at http://localhost:8080 ## Enabling Spring boot starter for Microsoft Entra ID (Optional) To secure the Java applications in this sample please follow -the [Spring Security Microsoft Entra ID tutorial](https://docs.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-microsoft-entra-id) +the [Spring Security Microsoft Entra ID tutorial](https://docs.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory) . After setting your Active directory you can enable security on Customers service by uncommenting the relevant Microsoft Entra ID sample code.