FSN#51355 Auto-sso op basis van IP-adres beter bij SAML

svn path=/Website/branches/v2017.2/; revision=36220
This commit is contained in:
Jos Groot Lipman
2017-12-05 15:14:21 +00:00
parent 9736b67ae0
commit 0b1ad2bc74

View File

@@ -71,6 +71,8 @@
if (user_key > 0)
{
// Onthouden hoe je bent binnengekomen zodat logout naar logout_url kan leiden
Session("idp_key") = idp_data.id;
var return_to = getQParam("return_to", "/") || "/";
Response.Redirect(rooturl + return_to);
}