Fritz
Fritz
You can use sessionStorage for tokens etc and use localStorage to logout all of the logged-in tabs like this: window.addEventListener("storage", (event) => { if (localStorage.getItem(event.key || "") === REMOTE_LOGOUT_REQUEST) {...
> @fritzwf would you also need to add the below in the function where the logout button has been clicked? > > ``` > localStorage.setItem('logout', 'remote-logout'); > ``` Yes, you...
Are you using Javascript postMessage to communicate to the iframe?
Our implementation for the OIDC is in an iframe because we put it in a bootstrap modal, and we have a login button outside the iframe that will send a...
Check if your route has a redirectTo: /app
I found the issue. On the page 02-extending in the index.html, the text in the top of the file, should be like this: ****