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. (#9089)
  • Loading branch information
alep85 authored Nov 15, 2023
1 parent 6787ef4 commit e5ca7d2
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 e5ca7d2

Please sign in to comment.