CINXE.COM

NBCUniversal Login

<!-- Configurable default behavior for the Remember Username checkbox --><!-- set the checkbox to unchecked --><html class="pl"><head><title>NBCUniversal Login</title><base href="https://fss.inbcu.com/fss/"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"><meta http-equiv="x-ua-compatible" content="IE=edge"><link rel="stylesheet" href="assets/login/css/style.css?1412024763" media="all"><link rel="stylesheet" href="assets/login/css/font-style.css?1412024763" media="all"><script> function openFAQ() { var WindowName = "FAQ"; window.open("https://login.inbcu.com/login/faq.jsp",WindowName,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=500,height=550'); } function validateForm() { var error = false ; var elem = document.getElementById('submitBtn'); elem.disabled = true; document.getElementById("submitBtn").style.backgroundColor= "#AEC7DA"; if(document.getElementById('username').value=="" && document.getElementById('password').value==""){ document.getElementById("unamepassError").style.display = "block"; elem.disabled = false; document.getElementById("submitBtn").style.backgroundColor= "#0395D5"; return false; } else if(document.getElementById('username').value == "") { document.getElementById("unameError").style.display = "block"; elem.disabled = false; document.getElementById("submitBtn").style.backgroundColor= "#0395D5"; return false; } else if(document.getElementById('password').value == "") { document.getElementById("passError").style.display = "block"; elem.disabled = false; document.getElementById("submitBtn").style.backgroundColor= "#0395D5"; return false; } return true; } function rememberSSOID(str) { if (str=="checked") { document.getElementById("c_blank").style.display="none"; document.getElementById("c_checked").style.display="block"; } else { document.getElementById("c_blank").style.display="block"; document.getElementById("c_checked").style.display="none"; } } </script></head><body class="body" onload="setFocus();"> <!-- Login Pattern --> <div class="__MAIN--MAIN"> <div class="__MAIN--left-gutter"></div> <div class="_NBCU--LOGO"></div> <div class="showlogo"></div> <div> <h2 class="confirm-info--message-heading font-face">Sign In聽<img alt="lock" src="assets/login/images/Lock_icon3_2x.png" style="height:32px;width:20px;margin-bottom:-1px;"></h2> <form method="POST" action="/fss/idp/Ak2pOmUNCi/resumeSAML20/idp/startSSO.ping" autocomplete="off" onsubmit="return validateForm()"> <div> <p class="input-error-username-msg" id="unamepassError">* Please enter your SSO ID and Password</p> <p class="input-error-username-msg" id="unameError">* Please enter your SSO ID</p> <p class="input-error-username-msg" id="passError">* Please enter your Password</p> <div class="messagemargin"> <input class="input-field--input-text" id="username" type="text" size="36" name="pf.username" value="" autocorrect="off" autocapitalize="off" placeholder="SSO ID" onkeypress="return postOnReturn(event)" onfocus="errorhide()"> </div> <input class="input-field--input-text messagemargin" id="password" type="password" placeholder="Password" size="36" name="pf.pass" onkeypress="return postOnReturn(event)" onfocus="errorhide()"> </div> <div class="rememberme-msg" id="c_blank" style="display:block"> <input id="rememberUsername" type="checkbox" style="accent-color: gray;background-color:gray" name="pf.rememberUsername"> <label style="margin-left:4px;"> Remember me</label> </div> <p class="forgot-password-msg"><a href="https://forgotmyssopassword.inbcu.com" class="_anchortext" target="_blank">Forgot my password</a></p> <div> <button class="button-main-text" id="submitBtn">SIGN IN</button> </div> <div class="_PAGE-Links"><a href="https://registermysso.inbcu.com" class="_anchortext" target="_blank">Register</a>聽聽 |聽聽聽<a href="https://forgotmysso.inbcu.com" class="_anchortext" target="_blank">Forgot My Username</a></div> <div class="_PAGE-Links2"><a href="https://registermysso.inbcu.com" class="_anchortext" target="_blank">Register</a><br> <a href="&lt;%=Constants.FORGOTIDURL%&gt;" class="_anchortext" target="_blank">Forgot My Username</a></div> </form> </div> <p class="_pagedetail">漏 2022 NBCUniversal Media. LLC.</p> <div class="__MAIN--right-gutter"></div> </div> <script type="text/javascript"> function postForgotPassword() { document.forms[0]['pf.passwordreset'].value = 'clicked'; document.forms[0].submit(); } function postRecoverUsername() { document.forms[0]['pf.usernamerecovery'].value = 'clicked'; document.forms[0].submit(); } function postAlternateAuthnSystem(system) { var variants = ["Biometrics", "Windows Hello", "Face ID", "Touch ID"]; for (i = 0; i < variants.length; i++) { if(variants[i] == system) { system = "FIDO"; } } document.forms[0]['$alternateAuthnSystem'].value = system; document.forms[0].submit(); } function postRegistration() { document.forms[0]['$registrationValue'].value = true; document.forms[0].submit(); } function postOk() { if (false) { grecaptcha.execute(); } else { // remove error tips if (document.forms[0]['pf.username'].value !== '') { document.getElementById('username-text').className = 'place-bottom type-alert tooltip-text'; } if (document.forms[0]['pf.pass'].value !== '') { document.getElementById('password-text').className = 'place-bottom type-alert tooltip-text'; } // Add back if (document.forms[0]['pf.username'].value === '') { document.getElementById('username-text').className += ' show'; } else if (document.forms[0]['pf.pass'].value === '') { document.getElementById('password-text').className += ' show'; } else { submitForm() } } } function submitForm() { var signOnButtonSpan = document.getElementById('signOnButtonSpan'); signOnButtonSpan.classList.add('content-columns', 'disabled'); signOnButtonSpan.style = "pointer-events: none;"; var signOnButton = document.getElementById('signOnButton'); signOnButton.innerHTML = 'nbcu.login.signingOn'; document.forms[0]['pf.ok'].value = 'clicked'; document.forms[0].submit(); if(false) { grecaptcha.reset(); } } function postCancel() { document.forms[0]['pf.cancel'].value = 'clicked'; document.forms[0].submit(); } function postOnReturn(e) { var keycode; if (window.event) keycode = window.event.keyCode; else if (e) keycode = e.which; else return true; if (keycode == 13) { postOk(); return false; } else { return true; } } function setFocus() { var platform = navigator.platform; if (platform != null && platform.indexOf("iPhone") == -1) { document.getElementById('username').focus(); } } function setMobile(mobile) { var className = ' mobile', hasClass = (bodyTag.className.indexOf(className) !== -1); if (mobile && !hasClass) { bodyTag.className += className; } else if (!mobile && hasClass) { bodyTag.className = bodyTag.className.replace(className, ''); } checkbox.checked = mobile || remember; <!-- Check if this is the PingOne Mobile App --> } function getScreenWidth() { return (window.outerHeight) ? window.outerWidth : document.body.clientWidth; } var bodyTag = document.getElementsByTagName('body')[0], width = getScreenWidth(), remember = false && true; var checkbox = document.getElementById('rememberUsername'); if (/Android|webOS|iPhone|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) { setMobile(true); } else { setMobile((width <= 480)); window.onresize = function() { width = getScreenWidth(); setMobile((width <= 480)); } } function errorhide() { document.getElementById("unamepassError").style.display = "none"; document.getElementById("unameError").style.display = "none"; document.getElementById("passError").style.display = "none"; } </script> </body></html><script id="f5_cspm">(function(){var f5_cspm={f5_p:'PLMGDCDCHKFNDCHNFKJHAGHHJIIPICLGBELNPNDMKBGMOOJGHHAALOKOMMNHBFIJNGDBINOGAADCCGPKNCCAIHFJAANGIIMMNFOOFJKMOEIMCCBCHAMJOLAADPHFFAPP',setCharAt:function(str,index,chr){if(index>str.length-1)return str;return str.substr(0,index)+chr+str.substr(index+1);},get_byte:function(str,i){var s=(i/16)|0;i=(i&15);s=s*32;return((str.charCodeAt(i+16+s)-65)<<4)|(str.charCodeAt(i+s)-65);},set_byte:function(str,i,b){var s=(i/16)|0;i=(i&15);s=s*32;str=f5_cspm.setCharAt(str,(i+16+s),String.fromCharCode((b>>4)+65));str=f5_cspm.setCharAt(str,(i+s),String.fromCharCode((b&15)+65));return str;},set_latency:function(str,latency){latency=latency&0xffff;str=f5_cspm.set_byte(str,40,(latency>>8));str=f5_cspm.set_byte(str,41,(latency&0xff));str=f5_cspm.set_byte(str,35,2);return str;},wait_perf_data:function(){try{var wp=window.performance.timing;if(wp.loadEventEnd>0){var res=wp.loadEventEnd-wp.navigationStart;if(res<60001){var cookie_val=f5_cspm.set_latency(f5_cspm.f5_p,res);window.document.cookie='f5avr0513506853aaaaaaaaaaaaaaaa_cspm_='+encodeURIComponent(cookie_val)+';path=/;'+'';} return;}} catch(err){return;} setTimeout(f5_cspm.wait_perf_data,100);return;},go:function(){var chunk=window.document.cookie.split(/\s*;\s*/);for(var i=0;i<chunk.length;++i){var pair=chunk[i].split(/\s*=\s*/);if(pair[0]=='f5_cspm'&&pair[1]=='1234') {var d=new Date();d.setTime(d.getTime()-1000);window.document.cookie='f5_cspm=;expires='+d.toUTCString()+';path=/;'+';';setTimeout(f5_cspm.wait_perf_data,100);}}}} f5_cspm.go();}());</script>

Pages: 1 2 3 4 5 6 7 8 9 10