add debug output
This commit is contained in:
parent
01d916dfad
commit
4ef65ea6b1
1 changed files with 3 additions and 1 deletions
|
|
@ -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();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue