Include sso in the app install call

This commit is contained in:
Johannes
2016-11-22 11:51:53 +01:00
parent 7b65529f63
commit 97122ed2be

View File

@@ -307,7 +307,8 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
portBindings: config.portBindings,
accessRestriction: config.accessRestriction,
cert: config.cert,
key: config.key
key: config.key,
sso: config.sso
};
post('/api/v1/apps/install', data).success(function (data, status) {