From 4ef65ea6b1a151915848e0cf5aff55f7e18da4f2 Mon Sep 17 00:00:00 2001 From: Christian Ulrich Date: Wed, 29 Apr 2020 15:34:11 +0200 Subject: [PATCH] add debug output --- library.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/library.js b/library.js index 9afd308..baba532 100644 --- a/library.js +++ b/library.js @@ -34,6 +34,7 @@ params.router.get('/api/admin/plugins/sso-saml', render); meta.settings.get('sso_saml', function(err, options) { + console.log(options); master_config = options; }); @@ -125,9 +126,10 @@ } else { - console.log("Cannot create samlObj") + console.log("Cannot create samlObj"); } + console.log("ssl-saml: init done"); callback(); };