customAuth does not require oauth proxy

This commit is contained in:
Girish Ramakrishnan
2016-09-08 21:36:49 -07:00
parent 4405fcc652
commit bbe3ddefc0

View File

@@ -109,7 +109,7 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
$scope.appInstall.accessRestrictionSingleUser = null;
var manifest = app.manifest;
$scope.appInstall.needsOAuthProxy = !(manifest.addons['ldap'] || manifest.addons['oauth'] || manifest.addons['simpleauth']);
$scope.appInstall.needsOAuthProxy = !(manifest.addons['ldap'] || manifest.addons['oauth'] || manifest.addons['simpleauth'] || manifest.customAuth);
$scope.appInstall.accessRestrictionOption = 'any';
// set default ports