FSN#38536 API2 not authorized in combinatie met oslogon=true

svn path=/Website/branches/v2016.2/; revision=31643
This commit is contained in:
Jos Groot Lipman
2016-11-23 15:43:50 +00:00
parent 7a57855197
commit bebdbea4fc

View File

@@ -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;