Skip to content

Commit 39772e0

Browse files
authored
Merge pull request #187814 from shwetamathur7/patch-5
(AzureCXP) fixes MicrosoftDocs/azure-docs#87452
2 parents 8895caf + 081a3ec commit 39772e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/active-directory/develop/scenario-web-app-sign-user-app-configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ In ASP.NET Core, another file ([properties\launchSettings.json](https://github.c
135135
In the Azure portal, the redirect URIs that you register on the **Authentication** page for your application need to match these URLs. For the two preceding configuration files, they would be `https://localhost:44321/signin-oidc`. The reason is that `applicationUrl` is `http://localhost:3110`, but `sslPort` is specified (44321). `CallbackPath` is `/signin-oidc`, as defined in `appsettings.json`.
136136

137137
In the same way, the sign-out URI would be set to `https://localhost:44321/signout-oidc`.
138+
> [!NOTE]
139+
> SignedOutCallbackPath should set either to portal or the application to avoid conflict while handling the event.
138140
139141
# [ASP.NET](#tab/aspnet)
140142

0 commit comments

Comments
 (0)