Angular Product raises an exception on logout
This commit is contained in:
parent
d7f4277ba8
commit
fac8c4a6d0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ angular.element(document).ready(function ($http) {
|
|||
keycloakAuth.init({ onLoad: 'login-required' }).success(function () {
|
||||
auth.loggedIn = true;
|
||||
auth.authz = keycloakAuth;
|
||||
auth.logoutUrl = keycloakAuth.authServerUrl + "/realms/demo/tokens/logout?redirect_uri=/angular-product/index.html";
|
||||
auth.logoutUrl = keycloakAuth.authServerUrl + "/realms/demo/protocol/openid-connect/logout?redirect_uri=/angular-product/index.html";
|
||||
module.factory('Auth', function() {
|
||||
return auth;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue