auth.globus.org
Open in
urlscan Pro
2600:1f28:14:1000:1::8834
Public Scan
Submitted URL: https://login-01.explorer.northeastern.edu/
Effective URL: https://auth.globus.org/p/login?response_type=code&scope=openid+profile+email&client_id=18bc2f3e-a1df-4c05-918f-b2b20a41...
Submission: On July 25 via automatic, source certstream-suspicious — Scanned from DE
Effective URL: https://auth.globus.org/p/login?response_type=code&scope=openid+profile+email&client_id=18bc2f3e-a1df-4c05-918f-b2b20a41...
Submission: On July 25 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
1 forms found in the DOMPOST /p/authenticate
<form method="post" action="/p/authenticate" class="col-md-9 col-lg-7 mx-auto" id="theForm">
<h1>Log in to use login-01.explorer.northeastern.edu</h1>
<hr>
<div class="form-content">
<h2 id="existing_org">Use your existing organizational login</h2>
<p class="small text-muted"> e.g., university, national lab, facility, project </p>
</div>
<input type="hidden" name="state" value="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdGF0ZV9pZCI6MTE1MjUwNjAsImV4cCI6MTcyMTkxNDEyOH0.dev0HssoGVWBCsPSju0SXBLPN1UW7Bmw1GJseX0oBTY" aria-labelledby="existing_org">
<select tabindex="-1" id="identity_provider" name="identity_provider" class="selectized" style="display: none;">
<option value="9453" selected="selected"> Northeastern University </option>
</select>
<div class="selectize-control single plugin-selectize-plugin-a11y">
<div class="selectize-input items full has-options has-items">
<div class="item" data-value="9453"> Northeastern University </div><input type="select-one" autocomplete="off" tabindex="2" id="identity_provider-selectized" role="combobox" aria-expanded="false" haspopup="listbox" aria-owns="9i4x9j8n3q"
style="width: 4px;">
</div>
<div class="selectize-dropdown single plugin-selectize-plugin-a11y" style="display: none; width: 635px; top: 36px; left: 0px;">
<div class="selectize-dropdown-content" role="listbox" id="9i4x9j8n3q"></div>
</div>
</div>
<div> By selecting Continue, you agree to Globus <a tabindex="3" href="https://www.globus.org/legal/terms">terms of service</a> and <a tabindex="4" href="https://www.globus.org/legal/privacy">privacy policy</a>. </div>
<button id="login-btn" type="submit" class="btn btn-primary w-100 w-sm-auto mt-3"> Continue </button>
<div class="card bg-light mt-3 collapse show" id="cilogon-agreement" style="">
<div class="card-body d-flex align-items-start flex-column flex-sm-row">
<img src="/static/images/cilogon-logo-64x64.png" alt="CI Logon" class="mb-3 mb-sm-0 mr-sm-3">
<p class="card-text"> Globus uses CILogon to enable you to Log In from this organization. By clicking Continue, you agree to the <a href="http://ca.cilogon.org/policy/privacy">CILogon privacy policy</a> and you agree to share your username,
email address, and affiliation with CILogon and Globus. You also agree for CILogon to issue a certificate that allows Globus to act on your behalf. </p>
</div>
</div>
<script nonce="">
$(function() {
"use strict";
var options = {
plugins: ['selectize-plugin-a11y'],
closeAfterSelect: true,
searchField: ['aliases', 'text'],
maxOptions: 3000
};
$('#' + 'identity_provider').selectize(options);
});
</script>
<script nonce="">
$(document).ready(function() {
"use strict";
/* CILogon legal text */
var cilogon_text = $('#cilogon-agreement');
var idp_select = $('#identity_provider');
var selectize = idp_select[0].selectize;
/* Disable "Continue" button if there is no IdP selected */
var continue_btn = $('#login-btn');
/* Load / save the selected IdP in localStorage for simple login convenience */
if (localStorage.getItem('savedIdP')) selectize.setValue(localStorage.getItem('savedIdP'));
idp_select.on('change', function(e) {
localStorage.setItem('savedIdP', e.target.value);
if (e.target.value === "") {
continue_btn.prop("disabled", true);
} else {
continue_btn.prop("disabled", false);
var authp = selectize.options[e.target.value].authentication_provider_name;
if (authp === "cilogon" || authp === "xsede_cilogon") {
cilogon_text.collapse('show');
} else {
cilogon_text.collapse('hide');
}
}
});
idp_select.trigger('change'); // fire off the change event initially to properly determine button state
});
</script>
<script nonce="">
$(document).ready(function() {
elem = document.getElementById('github_signin_btn');
elem.addEventListener("click", function() {
idpSelectSubmit(156053)
});
elem = document.getElementById('google_signin_btn');
elem.addEventListener("click", function() {
idpSelectSubmit(5001)
});
elem = document.getElementById('orcid_signin_btn');
elem.addEventListener("click", function() {
idpSelectSubmit(5557)
});
});
</script>
<p class="hr-text"><span class="small text-uppercase">Or</span></p>
<div id="login_btns_block" class="d-flex align-items-center justify-content-center flex-column flex-sm-column w-sm-50 m-auto">
<button id="github_signin_btn" class="btn btn-outline-secondary text-align-sm-left w-100">
<img src="/static/images/btn_github.svg" class="icon icon-2x mr-1" aria-hidden="true"> Sign in with GitHub</button>
<button id="google_signin_btn" class="btn btn-outline-secondary text-align-sm-left my-3 my-sm-3 mx-sm-3 w-100">
<img src="/static/images/btn_google.svg" class="icon icon-2x mr-1" aria-hidden="true"> Sign in with Google</button>
<button id="orcid_signin_btn" class="btn btn-outline-secondary text-align-sm-left w-100">
<img src="/static/images/btn_orcid.svg" class="icon icon-2x mr-1" aria-hidden="true"> Sign in with ORCID iD</button>
</div>
<div class="d-flex align-items-center justify-content-center flex-column mt-3">
<p class="small"> Didn't find your organization? Then use <button id="globusid_signin_link" class="btn btn-link btn-sm p-0">Globus ID to sign in</button>.
(<a href="#" role="button" class="btn btn-link btn-sm p-0 d-inline" data-toggle="collapse" data-target="#globusid-info" aria-expanded="false" aria-controls="globusid-info">What's this?</a>) </p>
<script nonce="">
$(document).ready(function() {
elem = document.getElementById('globusid_signin_link');
elem.addEventListener("click", function() {
idpSelectSubmit(3);
});
});
</script>
<div class="collapse card bg-light mb-3" id="globusid-info">
<div class="card-body">
<p class="card-text"> Globus ID is an identity provider operated by Globus. If you don't want to use your existing organizational login (e.g. university, national lab, facility, project, Google) with Globus, you can create an account on
Globus ID and use that to log into Globus. </p>
</div>
</div>
</div>
</form>
Text Content
globus LOG IN TO USE LOGIN-01.EXPLORER.NORTHEASTERN.EDU -------------------------------------------------------------------------------- USE YOUR EXISTING ORGANIZATIONAL LOGIN e.g., university, national lab, facility, project Northeastern University Northeastern University By selecting Continue, you agree to Globus terms of service and privacy policy. Continue Globus uses CILogon to enable you to Log In from this organization. By clicking Continue, you agree to the CILogon privacy policy and you agree to share your username, email address, and affiliation with CILogon and Globus. You also agree for CILogon to issue a certificate that allows Globus to act on your behalf. Or Sign in with GitHub Sign in with Google Sign in with ORCID iD Didn't find your organization? Then use Globus ID to sign in. (What's this?) Globus ID is an identity provider operated by Globus. If you don't want to use your existing organizational login (e.g. university, national lab, facility, project, Google) with Globus, you can create an account on Globus ID and use that to log into Globus. © 2010-2024 University of Chicago, Argonne National Laboratory Legal Privacy Look-up your organization...