# CAS
**Source**: https://fed.princeton.edu/cas/login?service=https%3a%2f%2fapply.princeton.edu%2fmanage%2flogin%3fr%3dhttps%253a%252f%252fapply.princeton.edu%252fmanage%252fform%252fform%253fid%253d1806cfc3-758d-4129-869f-5391081278d7
**Parent**: https://admission.princeton.edu/blogs/theres-no-life-after-princeton-theres-only-life-princeton
## Central Authentication Service
NetID:
NetID is a required field.
/\*<![CDATA[\*/
let username = "";
let disabled = false;
if (username != null && username !== "") {
$("#username").val(username);
if (disabled) {
$("#usernameSection").hide();
}
}
/\*]]>\*/
Password:
Show password
Password is a required field.
CAPSLOCK key is turned on!
let client = new ClientJS();
let fingerprint = client.getFingerprint();
$("[name=\"deviceFingerprint\"]").val(fingerprint);
\* Indicates required fields
Login
---
[Change my Password or Get Help](http://oit.princeton.edu/passwords)
/\*<![CDATA[\*/
var i = "One moment please..."
var j = "Login"
/\*]]>\*/
$(window).on("pageshow", function () {
$(":submit").prop("disabled", false);
$(":submit").attr("value", j);
});
$(document).ready(function () {
$("#fm1").submit(function () {
$(":submit").attr("disabled", true);
$(":submit").attr("value", i);
return true;
});
});
By proceeding to access and use University computing and network resources through this sign-on, you agree to abide by applicable laws and University policies in your use of these resources. The University's right to access, preserve, and review information stored on or transmitted through these resources is described in the [Access to Accounts Policy](https://oit.princeton.edu/policies/access-accounts).