FSN#38536 API2 not authorized in combinatie met oslogon=true
svn path=/Website/branches/v2016.2/; revision=31643
This commit is contained in:
@@ -293,7 +293,9 @@ if (Request.QueryString("sso") == "0")
|
||||
Session("no_sso") = 1;
|
||||
|
||||
if (user_key < 0 && S("os_logon")
|
||||
&& typeof Session("no_sso") == "undefined")
|
||||
&& typeof Session("no_sso") == "undefined"
|
||||
&& !Request.ServerVariables("HTTP_X_FACILITOR_API_KEY").Count
|
||||
&& !Request.QueryString("APIKEY").Count)
|
||||
{
|
||||
var extern=false;
|
||||
var i;
|
||||
|
||||
Reference in New Issue
Block a user