dashboard: oidc is also sso option now
This commit is contained in:
@@ -2624,7 +2624,7 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
|
||||
apps = apps.concat(applinks);
|
||||
|
||||
async.eachLimit(apps, 20, function (app, iteratorCallback) {
|
||||
app.ssoAuth = (app.manifest.addons['ldap'] || app.manifest.addons['proxyAuth']) && app.sso;
|
||||
app.ssoAuth = (app.manifest.addons['ldap'] || app.manifest.addons['oidc'] || app.manifest.addons['proxyAuth']) && app.sso;
|
||||
|
||||
if (app.accessLevel !== 'operator' && app.accessLevel !== 'admin') { // only fetch if we have permissions
|
||||
app.progress = 0;
|
||||
|
||||
Reference in New Issue
Block a user