|
|
|
@ -532,8 +532,8 @@ var module = {};
|
|
|
|
|
if (ssoSession.sessionId) {
|
|
|
|
|
var ssoSessions = getSsoSessions();
|
|
|
|
|
ssoSessions[ssoSession.sessionId] = ssoSession;
|
|
|
|
|
if (ssoSessions.sessionIndex != null || ssoSessions.sessionIndex != 'undefined') {
|
|
|
|
|
module.loadTenant(ssoSessions.loggedInUser);
|
|
|
|
|
if (ssoSession.sessionIndex != null || ssoSession.sessionIndex != 'undefined') {
|
|
|
|
|
module.loadTenant(ssoSession.loggedInUser);
|
|
|
|
|
var carbonUser = (require("carbon")).server.tenantUser(ssoSession.loggedInUser);
|
|
|
|
|
utils.setCurrentUser(carbonUser.username, carbonUser.domain, carbonUser.tenantId);
|
|
|
|
|
var scriptArgument = {input: {samlToken: ssoSession.samlToken}, user: module.getCurrentUser()};
|
|
|
|
|