commit
6ead008bf4
1 changed files with 1 additions and 1 deletions
|
@ -835,7 +835,7 @@ module.controller('RealmIdentityProviderCtrl', function($scope, $filter, $upload
|
|||
}
|
||||
}, true);
|
||||
|
||||
$scope.callbackUrl = $location.absUrl().replace(/\/admin.*/, "/realms/") + realm.realm + "/broker/" ;
|
||||
$scope.callbackUrl = encodeURI($location.absUrl().replace(/\/admin.*/, "/realms/") + realm.realm + "/broker/") ;
|
||||
|
||||
$scope.addProvider = function(provider) {
|
||||
$location.url("/create/identity-provider/" + realm.realm + "/" + provider.id);
|
||||
|
|
Loading…
Reference in a new issue