CINXE.COM

Sign In

<!DOCTYPE html> <html> <head> <title>Sign In</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <script> var gigyaJsLoaded = false; var errorUrl = '/account-center/loginError.html?source=gigyajs-proxy'; </script> <script type="text/javascript" src="https://auth.thermofisher.com/js/gigya.js?apiKey=3_MdUAygy5UVqlKdsaLRZym6539xfyKYmfYHpWpN5Z_R_HSWbAv8i2ByqEnntrrcFH" onload="gigyaJsLoaded=true"></script> <script type="text/javascript"> //checks if gigya.js is loaded. //Redirects to error page if not loaded. if(!gigyaJsLoaded) { window.location.href = errorUrl; } var referrerPage = document.referrer; sessionStorage.setItem('referrer_state',referrerPage); var cip_ru = getCookie('cip_ru'); document.cookie = "cip_identifier=; path=/;expires=Thu, 01 Jan 1970 00:00:00 GMT; Secure; domain=.thermofisher.com;"; var loginLink; if (cip_ru == 'true') { loginLink = "simplified-username.html"; } else { loginLink = "signin-identifier.html"; } if(referrerPage.indexOf('/signin-identifier?regType=FULL') !== -1 || referrerPage.indexOf('lt?cmd=ViewCart&ShoppingCartKey') !== -1) { loginLink = 'signin-identifier?regType=FULL' } //if the referrer URL calling OIDC flow has a hash embedded at the end '#/', changing it to empty. if(window.location.hash) { window.location = window.location.href.substr(0,window.location.href.indexOf('#')); } var oidcFlag = false; //fetches the cookie by name function getCookie(name) { var re = new RegExp(name + "=([^;]+)"); var value = re.exec(document.cookie); var c = (value != null) ? unescape(value[1]) : null; return c; }; //gets for GAC cookie var gacCookie = getCookie('gac_3_MdUAygy5UVqlKdsaLRZym6539xfyKYmfYHpWpN5Z_R_HSWbAv8i2ByqEnntrrcFH'); //turns the flag 'true' if GAC cookie is present if(gacCookie !== '' && gacCookie !== null ) { oidcFlag = true; } //Enabling lazy loading for OIDC if(oidcFlag == true) { gigya.accounts.addEventHandlers({ onLogin: loadOIDCJs() }); } else { loadOIDCJs(); } // Creating a script tag to load gigya.oidc.js function loadOIDCJs() { var scriptElement = document.createElement('script'); // application/ecmascript is not supported by IE8 scriptElement.type = 'text/javascript'; scriptElement.src = "https://auth.thermofisher.com/js/gigya.oidc.js?apiKey=3_MdUAygy5UVqlKdsaLRZym6539xfyKYmfYHpWpN5Z_R_HSWbAv8i2ByqEnntrrcFH"; scriptElement.async = true; scriptElement.innerText = "{ loginURL: loginLink, consentURL: \"/api-gateway/identity-authorization/identity/auth/consent\", errorURL: \"loginError.html\" }"; document.getElementsByTagName('head')[0].appendChild(scriptElement); } </script> <style> body { font-family: "Helvetica Neue", "Helvetica", "Roboto", "Segoe UI", "Arial", "sans-serif"; background: rgba(0,0,0,.5); } .loading-wheel-block, #loginMsg { text-align: center; } .loading-wheel-block { width: 100%; position: absolute; top: 40%; } #loginMsg { display: none; padding-top: 50px; } .loading-wheel { margin: 1px; border: 2px solid #eeeeee; border-radius: 50%; border-top: 2px solid #e71316; border-right: 2px solid #e71316; width: 26px; height: 26px; -webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite; background-image: url(/account-center/images/loading-wheel2-1731225887872.svg); display: inline-block; background-repeat: no-repeat; background-position: 0 0; vertical-align: middle; } /* Safari */ @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } </style> </head> <body> <div class="loading-wheel-block"> <span class="loading-wheel"></span> </div> <div id="loginMsg"> <script> if (localStorage.getItem('loginPopup') == 'open') { document.getElementById('loginMsg').style.display = 'block'; if (document.referrer.indexOf('proxy.html') > 0) { localStorage.removeItem('loginPopup'); } } </script> <span>Verifying your credentials..</span></br> <span>Please do not close this window.</span> </div> <script type="text/javascript" src="/u3zZLVD4mTK4feVbaw/Ei7p2fNpfzzLh1/WV47agRFFAY/LTFd/Y2ghD14"></script></body> </html>