From cbc096f9cb44a7d26b4fa01a40dbba594ab339ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Thu, 15 Oct 2015 15:09:00 +0200 Subject: Implemented minimum support for authentication via SAML with an addition of a new daemon. TODO: python login with SAML credentials. --- saml/package.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 saml/package.json (limited to 'saml/package.json') diff --git a/saml/package.json b/saml/package.json new file mode 100644 index 0000000..f60d0a5 --- /dev/null +++ b/saml/package.json @@ -0,0 +1,13 @@ +{ + "name": "CodeQSaml", + "version": "0.0.1", + "dependencies": { + "bluebird": "^2.10.2", + "body-parser": "^1.14.1", + "express": "^4.13.3", + "log4js": "^0.6.27", + "xml-crypto": "^0.8.1", + "xmlbuilder": "^3.1.0", + "xmldom": "^0.1.19" + } +} -- cgit v1.2.1