We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba5d8a commit 9525024Copy full SHA for 9525024
1 file changed
src/Mobile/eShopOnContainers/eShopOnContainers.Core/GlobalSettings.cs
@@ -61,7 +61,7 @@ private void UpdateEndpoint(string baseEndpoint)
61
UserInfoEndpoint = string.Format("{0}:5105/connect/userinfo", baseEndpoint);
62
LogoutEndpoint = string.Format("{0}:5105/connect/endsession", baseEndpoint);
63
IdentityCallback = "http://eshopxamarin/callback.html";
64
- LogoutCallback = "http://eshopxamarin/callback.html/index.html";
+ LogoutCallback = string.Format("{0}:5105/Account/InProgress", baseEndpoint);
65
}
66
67
0 commit comments