KEYCLOAK-1255
This commit is contained in:
parent
997ede06fb
commit
2de0748e95
1 changed files with 1 additions and 1 deletions
|
@ -677,7 +677,7 @@ module.controller('ClientDetailCtrl', function($scope, realm, client, $route, se
|
||||||
$scope.changeProtocol = function() {
|
$scope.changeProtocol = function() {
|
||||||
if ($scope.protocol == "openid-connect") {
|
if ($scope.protocol == "openid-connect") {
|
||||||
$scope.client.protocol = "openid-connect";
|
$scope.client.protocol = "openid-connect";
|
||||||
} else if ($scope.accessType == "saml") {
|
} else if ($scope.protocol == "saml") {
|
||||||
$scope.client.protocol = "saml";
|
$scope.client.protocol = "saml";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue