client UI fix
This commit is contained in:
parent
f5db03d6e9
commit
b23ea18c89
1 changed files with 2 additions and 10 deletions
|
@ -738,8 +738,7 @@ module.controller('ClientDetailCtrl', function($scope, realm, client, templates,
|
||||||
"bearer-only"
|
"bearer-only"
|
||||||
];
|
];
|
||||||
|
|
||||||
$scope.protocols = ['openid-connect',
|
$scope.protocols = Object.keys(serverInfo.providers['login-protocol'].providers).sort();
|
||||||
'saml'];//Object.keys(serverInfo.providers['login-protocol'].providers).sort();
|
|
||||||
|
|
||||||
$scope.templates = [ {name:'NONE'}];
|
$scope.templates = [ {name:'NONE'}];
|
||||||
for (var i = 0; i < templates.length; i++) {
|
for (var i = 0; i < templates.length; i++) {
|
||||||
|
@ -2124,11 +2123,4 @@ module.controller('ClientTemplateScopeMappingCtrl', function($scope, $http, real
|
||||||
};
|
};
|
||||||
|
|
||||||
updateTemplateRealmRoles();
|
updateTemplateRealmRoles();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue