Davide Boldrin
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(); } } ```
Hi, any kind of updates about?
Anyone have find a solution for this issue?