keycloak-theme-react/public/silent-sso.html
2023-03-04 17:58:09 +01:00

8 lines
126 B
HTML

<html>
<body>
<script>
parent.postMessage(location.href, location.origin);
</script>
</body>
</html>