summaryrefslogtreecommitdiff
path: root/js/codeq/comms.js
diff options
context:
space:
mode:
authorRobert Zorko <robertz@gurucue.com>2015-10-15 14:41:34 +0200
committerRobert Zorko <robertz@gurucue.com>2015-10-15 14:41:34 +0200
commitfeb87a34e3b195d7c204f5d017e108f4f46498e0 (patch)
tree70cb9c1c8d18ef0797f110fbdd6fc8a2357b2ec7 /js/codeq/comms.js
parent9e75e05583b9ae07e86438c63bcc2dc22be05fea (diff)
added the web logic for the saml login, but it still needs testing
Diffstat (limited to 'js/codeq/comms.js')
-rw-r--r--js/codeq/comms.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/codeq/comms.js b/js/codeq/comms.js
index e12ffa3..225026b 100644
--- a/js/codeq/comms.js
+++ b/js/codeq/comms.js
@@ -524,6 +524,10 @@
'getResourceTree': function () {
return ajaxGet(ajaxDataPrefix + 'resources.json');
+ },
+
+ 'samlLogin': function(){
+ return this.send({'action':'saml_login'});
}
};
})();