You are on the correct Duke login page if the above begins with: https://shib.oit.duke.edu.

NetID

Current students, faculty, staff, sponsored guests

"); var username = $('#j_username').val(); jQuery.post("/idp/authn/external", { j_username_prefMech: username }, function(result) { $('#login_options').replaceWith("
" + result + "
"); $('#login_options_loading').replaceWith(""); if (1.0 == 1 && ($(".expandLink").length > 0 || parseFloat($("#multiFactorCookieStrength").val()) > 0 || parseFloat($("#additionalRequiredStrength").val()) > 0)) { $("#login_options_heading_required").show(); if (parseFloat($("#multiFactorCookieStrength").val()) > 0) { $("#advanced_verification_options1").hide(); $("#advanced_verification_options2").show(); $("#advanced_verification_options3").hide(); $("#advanced_verification_options4").show(); $("#advanced_verification_links").hide(); } else if ($(".expandLink").length == 1) { $("#advanced_verification_options1").show(); $("#advanced_verification_options2").hide(); $("#advanced_verification_options3").hide(); $("#advanced_verification_options4").show(); $("#advanced_verification_links").show(); } else { $("#advanced_verification_options1").hide(); $("#advanced_verification_options2").hide(); $("#advanced_verification_options3").show(); $("#advanced_verification_options4").hide(); $("#advanced_verification_links").hide(); } } else { $("#login_options_heading_required").hide(); $("#advanced_verification_options1").hide(); $("#advanced_verification_options2").hide(); $("#advanced_verification_options3").hide(); $("#advanced_verification_options4").hide(); } }) .fail(function(error) { $('#login_options').replaceWith("
 
"); $('#login_options_loading').replaceWith(""); $("#login_options_heading_required").hide(); $("#advanced_verification_options1").hide(); $("#advanced_verification_options2").hide(); $("#advanced_verification_options3").hide(); $("#advanced_verification_options4").hide(); }); } }); }); window.onload = function () { setInterval(function() { if ($("#j_username").val() && passwordPopulated() && $("#disableAutoCheck").val() == "0") { $("#disableAutoCheck").val("1"); $("#j_username").blur(); $("#j_password").focus(); } }, 250); }
-