Changed Logout callback URL

This commit is contained in:
Javier Suárez Ruiz 2017-01-11 15:48:16 +01:00
parent 2ba5d8a297
commit 9525024649

View File

@ -61,7 +61,7 @@
UserInfoEndpoint = string.Format("{0}:5105/connect/userinfo", baseEndpoint);
LogoutEndpoint = string.Format("{0}:5105/connect/endsession", baseEndpoint);
IdentityCallback = "http://eshopxamarin/callback.html";
LogoutCallback = "http://eshopxamarin/callback.html/index.html";
LogoutCallback = string.Format("{0}:5105/Account/InProgress", baseEndpoint);
}
}
}