Skip to content

Commit 358c4e6

Browse files
docs: Fix Redirect URI in ManualAppRegistrationConfiguration
Updated the Redirect URI format in the manual app registration instructions.
1 parent a5e44cb commit 358c4e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ManualAppRegistrationConfiguration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This guide provides detailed steps to manually register both front-end and backe
8282
- Under **Redirect URI**, choose **Web** and enter:
8383

8484
```
85-
https://<api-app-url>azurecontainerapps.io/auth/login/aad/callback
85+
https://<api-app-url>azurecontainerapps.io/.auth/login/aad/callback
8686
```
8787

8888
To find your Web App URL:
@@ -136,4 +136,4 @@ This guide provides detailed steps to manually register both front-end and backe
136136

137137
You have now manually configured Azure App Registrations.
138138

139-
For further configuration and steps, proceed to Step 2 in [Configure App Authentication](./ConfigureAppAuthentication.md#step-2-configure-application-registration---web-application).
139+
For further configuration and steps, proceed to Step 2 in [Configure App Authentication](./ConfigureAppAuthentication.md#step-2-configure-application-registration---web-application).

0 commit comments

Comments
 (0)