Skip to content

Commit 9525024

Browse files
committed
Changed Logout callback URL
1 parent 2ba5d8a commit 9525024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Mobile/eShopOnContainers/eShopOnContainers.Core/GlobalSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private void UpdateEndpoint(string baseEndpoint)
6161
UserInfoEndpoint = string.Format("{0}:5105/connect/userinfo", baseEndpoint);
6262
LogoutEndpoint = string.Format("{0}:5105/connect/endsession", baseEndpoint);
6363
IdentityCallback = "http://eshopxamarin/callback.html";
64-
LogoutCallback = "http://eshopxamarin/callback.html/index.html";
64+
LogoutCallback = string.Format("{0}:5105/Account/InProgress", baseEndpoint);
6565
}
6666
}
6767
}

0 commit comments

Comments
 (0)