Skip to content

Commit

Permalink
[AAE-18057] Fix token is not refreshed after silent-refresh is called…
Browse files Browse the repository at this point in the history
…. Get another token from the auth server.
  • Loading branch information
alep85 committed Nov 14, 2023
1 parent 6787ef4 commit 7b41035
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/core/src/lib/assets/silent-refresh.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
<title>Alfresco silent static page</title>
</head>
<body>
<script>
(window.opener || window.parent).postMessage(location.hash || ('#' + location.search), location.origin);
</script>
Silent refresh static page
</body>

0 comments on commit 7b41035

Please sign in to comment.