CINXE.COM
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta content="text/html; charset=UTF-8" http-equiv="content-type" /> <link href='/vfslow/lib/ui/../uibuild/compiled/jsutil/production/resources/fonts/open-sans.css?_ver=1737782645' rel='stylesheet' type='text/css'> <style type="text/css"> html, body { height: 100%; margin: 0px; } body { color: black; font-size: 12px; } body { background-color: #f4f6f8 !important; } .loading-idaptive { height: 100%; width: 100%; display: table; position: absolute; } .loading-text { font-family: Open Sans; font-size: 24px; color: #333333; } .loading-ellipsis { display: inline-block; width: 0px; } .loading-ellipsis:after { overflow: hidden; display: inline-block; vertical-align: bottom; -webkit-animation: ellipsis steps(4,end) 2000ms infinite; animation: ellipsis steps(4,end) 2000ms infinite; content: "\2026"; /* ascii code for the ellipsis character */ width: 0px; } @keyframes ellipsis { to { width: 1em; } } @-webkit-keyframes ellipsis { to { width: 1em; } }; </style> <script src="/vfslow/lib/ui/jsutil/external/jquery-3.5.1.min.js" type="text/javascript"></script> <script src="/vfslow/lib/ui/jsutil/external/ssoutil.js?_ver=1737782645" type="text/javascript"></script> <script type="text/javascript"> window.onload = function () { var cookiesEnabled = areCookiesEnabled(); var zsoInfo = JSON.parse('{\"ZsoVersion\":\"1.0\",\"ZsoHostName\":\"pod1102zso.idaptive.app\",\"ZsoCloudAppSessionCtx\":\"mkreuBgOIEe_TRUNV8G6hML72rFzfhqUogIKuMddtkc1\",\"AndroidShouldTryIntent\":false,\"AndroidShouldTryCBA\":false,\"AndroidNonFallbackBrowser\":false,\"AndroidFallbackBrowserText\":\"Please click Proceed to continue with this session.\",\"AndroidNonFallbackBrowserText\":\"If this device is enrolled with SLCo ePortal, click Proceed to auto signin or wait for 10 sec to go to login page.\",\"IosWebViewEnabled\":true,\"DoCertZsoFallbackMilliSeconds\":0}'); if (!zsoInfo || !cookiesEnabled) { document.location.href = decodeURIComponent(formatTargetUrl(document.location.href).toString()); return; } var formattedUrlObj = formatTargetUrl(document.location.href); var zsoHostName = zsoInfo.ZsoHostName; if (!!zsoHostName) { // The DoCertZsoViaAjax does NOT work on IE, so we do CertZso via DocHref if (zsoInfo.DoCertZsoFallbackMilliSeconds === 0) { // 0 is default value and means it's not defined DoCertZsoViaDocHref(zsoHostName, formattedUrlObj); } else { DoCertZsoViaDocHrefWithTimeout(zsoHostName, formattedUrlObj, zsoInfo.DoCertZsoFallbackMilliSeconds); } } else { document.location.href = decodeURIComponent(formattedUrlObj.toString()); } }; </script> </head> <body> <div id="loading-idaptive" class="loading-indicator loading-idaptive"> <div style="display: table-cell; vertical-align: middle; text-align: center;"> <div class="loading-text">Trying to auto sign in, please wait<span class="loading-ellipsis"></span></div> <img src="/vfslow/lib/ui/../uibuild/compiled/idaptive/production/resources/images/shared/loading_dots.gif" style="margin: 26px auto 78px;"> </div> </div> <noscript> <h4>You appear to have javascript disabled. Javascript support is required, please enable before continuing</h4> </noscript> <div id="noCookieWarning" style="display: none"> <h4>You appear to have cookies disabled. Cookie support is required, please enable before continuing</h4> </div> </body> </html>