# CAS
**Source**: https://auth.berkeley.edu/cas/login?service=https%3A%2F%2Fbcourses.berkeley.edu%2Flogin%2Fcas
**Parent**: https://americancultures.berkeley.edu/cdf/creative-projects-political-possibility
## **CalNet** Authentication Service
CalNet ID:
CalNet ID is a required field.
/\*<![CDATA[\*/
let username = "";
let disabled = false;
if (username != null && username !== "") {
$("#username").val(username);
if (disabled) {
$("#usernameSection").hide();
}
}
/\*]]>\*/
Passphrase:
Passphrase is a required field.
CAPSLOCK key is turned on!
let client = new ClientJS();
let fingerprint = client.getFingerprint();
$("[name=\"deviceFingerprint\"]").val(fingerprint);
Sign In
[Show HELP below](#)
[Hide HELP](#)
[Sponsored Guest Sign In](clientredirect?client_name=Cirrus&service=https%3A%2F%2Fbcourses.berkeley.edu%2Flogin%2Fcas "Cirrus saml2")
const redirectTo = $("a[autoRedirectType=client]").attr("href");
if (redirectTo !== null && redirectTo !== undefined) {
window.location.href = redirectTo;
} else {
console.log("Unable to locate provider with auto-redirect");
}
[Forgot CalNet ID or Passphrase?](https://bpr.calnet.berkeley.edu/account-manager/)
[Manage my CalNet account](https://mycalnet.berkeley.edu)
### Help
#### Contact
[Help desk information](https://calnet.berkeley.edu/it-help-desk-and-calnet-support)
[Manage my CalNet account](https://mycalnet.berkeley.edu)
#### How to Sign In as a SPA
To sign in to a Special Purpose Account (SPA) via a list, add a "**+**" to your CalNet ID
(e.g., "**+mycalnetid**"), then enter your passphrase. The next screen will show a drop-down
list of all the SPAs you have permission to access. Select the SPA you wish to sign in as.
To sign in directly as a SPA, enter the SPA name, "**+**", and your CalNet ID into
the CalNet ID field (e.g., “**spa-mydept+mycalnetid**”),
then enter your passphrase.
To view and manage your SPAs, log into the [Special Purpose Accounts](https://spa.berkeley.edu) application with your personal credentials.
/\*<![CDATA[\*/
var i = "One moment please..."
var j = "Sign In"
/\*]]>\*/
$(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;
});
// Next two checks added along with the labels
// to support IE11 legacy browsers removing
// the fancy flex-style input fields
$( "#username" ).on( "keydown", function() {
if (window.document.documentMode){
$("#username-label").text("");
}
});
$( "#password" ).on( "keydown", function() {
if (window.document.documentMode){
$("#password-label").text("");
}
});
});
Copyright ©
var theDate=new Date()
document.write(theDate.getFullYear())
UC Regents. All rights reserved.