more log output
This commit is contained in:
parent
aa29cd7062
commit
d11d579411
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
|||
params.router.get('/api/admin/plugins/sso-saml', render);
|
||||
|
||||
if (master_config.idp_entry_point && master_config.callback_path && master_config.issuer && master_config.metadata) {
|
||||
console.log("creating samlObj");
|
||||
samlObj = new passportSAML({
|
||||
path: master_config.callback_path,
|
||||
entryPoint: master_config.idp_entry_point,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue