FSN#41821 PNBR: Hoog CPU gebruik door SAML inlog loop

svn path=/Website/branches/v2017.1/; revision=35150
This commit is contained in:
Jos Groot Lipman
2017-08-30 10:41:59 +00:00
parent 98324d00a0
commit 40f4de06c8

View File

@@ -46,6 +46,7 @@
else
{ // Automatisch naar het inlogscherm
__DoLog("SAML inlog niet gelukt (Email:" + email);
var newUrl = rooturl + "/?sso=0";
}
Response.Redirect(newUrl);
%>