From 358c4e6e61b66325d478f795eed7fb4415a2fc9c Mon Sep 17 00:00:00 2001 From: Prajwal-Microsoft Date: Fri, 28 Nov 2025 16:54:33 +0530 Subject: [PATCH] docs: Fix Redirect URI in ManualAppRegistrationConfiguration Updated the Redirect URI format in the manual app registration instructions. --- docs/ManualAppRegistrationConfiguration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ManualAppRegistrationConfiguration.md b/docs/ManualAppRegistrationConfiguration.md index a3826267..21b0ad9b 100644 --- a/docs/ManualAppRegistrationConfiguration.md +++ b/docs/ManualAppRegistrationConfiguration.md @@ -82,7 +82,7 @@ This guide provides detailed steps to manually register both front-end and backe - Under **Redirect URI**, choose **Web** and enter: ``` - https://azurecontainerapps.io/auth/login/aad/callback + https://azurecontainerapps.io/.auth/login/aad/callback ``` To find your Web App URL: @@ -136,4 +136,4 @@ This guide provides detailed steps to manually register both front-end and backe You have now manually configured Azure App Registrations. -For further configuration and steps, proceed to Step 2 in [Configure App Authentication](./ConfigureAppAuthentication.md#step-2-configure-application-registration---web-application). \ No newline at end of file +For further configuration and steps, proceed to Step 2 in [Configure App Authentication](./ConfigureAppAuthentication.md#step-2-configure-application-registration---web-application).