Skip to content

Instantly share code, notes, and snippets.

@thecarlhall
Created June 8, 2011 18:08
Show Gist options
  • Save thecarlhall/1014965 to your computer and use it in GitHub Desktop.
Save thecarlhall/1014965 to your computer and use it in GitHub Desktop.
define(function() {
// Insert custom configuration here
var config = {
// Custom CSS Files to load in
skinCSS : ["/dev/skins/nyu/nyu.skin.css"],
Authentication : {
"allowInternalAccountCreation": false,
"internal": false,
"external": [{
label: "NYU Single Sign-On",
url: "/system/sling/samlauth/login?resource=/dev/my_sakai.html",
}],
"hideLoginOn": ["/dev", "/dev/index.html", "/dev/create_new_account.html"]
}
};
return config;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment