|
|
@@ -760,6 +760,13 @@ function zimbraSingle_ServiceSingleSignOn($params) {
|
|
|
$preAuthKey = $domainOptions['zimbraPreAuthKey'];
|
|
|
$apiAccountManager= new Zm_Account($api);
|
|
|
$authToken = $apiAccountManager->getAccountToken($params['username'], $preAuthKey, '1000');
|
|
|
+ logModuleCall(
|
|
|
+ 'zimbrasingle',
|
|
|
+ __FUNCTION__,
|
|
|
+ $params,
|
|
|
+ 'Debug',
|
|
|
+ $authToken
|
|
|
+ );
|
|
|
return array(
|
|
|
'success' => true,
|
|
|
'redirectTo' => 'https://testserver.test.local/' . $authToken,
|