debug output
This commit is contained in:
parent
511eed3b2b
commit
070c51a006
1 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@
|
|||
params.router.get('/api/admin/plugins/sso-saml', render);
|
||||
|
||||
meta.settings.get('sso_saml', function(err, options) {
|
||||
console.log('[sso-saml] got options {0}'.format(options));
|
||||
console.log('[sso-saml] got options', options);
|
||||
master_config = options;
|
||||
});
|
||||
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
identifierFormat: null
|
||||
},
|
||||
function(profile, done) {
|
||||
console.log(profile);
|
||||
console.log("[sso-saml] profile, ", profile);
|
||||
var user = {
|
||||
nameID: profile.nameID,
|
||||
nameIDFormat: profile.nameIDFormat,
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
);
|
||||
|
||||
console.log("[sso-saml] samlObj = {}".format(samlObj));
|
||||
console.log("[sso-saml] samlObj", samlObj);
|
||||
|
||||
if (samlObj){
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue