sysparm_goto_url What is it?
Hi all, In the MultiSSO logout Installation Exit code, I saw the below line of code. processNormalLogout : function() {var s = request.getParameter('sysparm_goto_url');if( s & GlideSecurityUtils.isURLWhiteListed(s)) { So, can someone please explain ...