KEYCLOAK-1941
This commit is contained in:
parent
14426f26f2
commit
1e4b3fc3b6
1 changed files with 1 additions and 1 deletions
|
@ -779,7 +779,7 @@ module.controller('ClientDetailCtrl', function($scope, realm, client, $route, se
|
|||
} else if ($scope.client.attributes['saml.signature.algorithm'] == 'DSA_SHA1') {
|
||||
$scope.signatureAlgorithm = $scope.signatureAlgorithms[3];
|
||||
}
|
||||
if ($scope.client.attributes['saml_name_id_format'] == 'unspecified') {
|
||||
if ($scope.client.attributes['saml_name_id_format'] == 'username') {
|
||||
$scope.nameIdFormat = $scope.nameIdFormats[0];
|
||||
} else if ($scope.client.attributes['saml_name_id_format'] == 'email') {
|
||||
$scope.nameIdFormat = $scope.nameIdFormats[1];
|
||||
|
|
Loading…
Reference in a new issue