Handle proxyAuth addon

This commit is contained in:
Girish Ramakrishnan
2020-11-10 09:56:57 -08:00
parent a80ddc17a7
commit 4cebc58576
4 changed files with 84 additions and 3 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
var manifest = app.manifest;
$scope.appInstall.optionalSso = !!manifest.optionalSso;
$scope.appInstall.customAuth = !(manifest.addons['ldap'] || manifest.addons['oauth']);
$scope.appInstall.customAuth = !(manifest.addons['ldap'] || manifest.addons['proxyAuth']);
$scope.appInstall.accessRestrictionOption = 'any';
$scope.appInstall.accessRestriction = { users: [], groups: [] };