Davide Boldrin

Results 4 comments of Davide Boldrin

i have found a simple workaround: ``` logout() { //this.oidcSecurityService.logoff().subscribe((result) => console.log(result)); window.location.href = "https://.amazoncognito.com/logout?client_id=&logout_uri=http%3A%2F%2Flocalhost%3A4200"; // Clear session storage if (window.sessionStorage) { window.sessionStorage.clear(); } } ```

Anyone have find a solution for this issue?