[AAE-18057] Fix token is not refreshed after silent-refresh is called. Get another token from the auth server. (#9089)

This commit is contained in:
Amedeo Lepore
2023-11-15 12:28:05 +01:00
committed by GitHub
parent 6787ef4582
commit e5ca7d2069

View File

@@ -2,5 +2,8 @@
<title>Alfresco silent static page</title> <title>Alfresco silent static page</title>
</head> </head>
<body> <body>
<script>
(window.opener || window.parent).postMessage(location.hash || ('#' + location.search), location.origin);
</script>
Silent refresh static page Silent refresh static page
</body> </body>