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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user