Files
zeusina-keycloak/public/silent-sso.html
T

8 lines
126 B
HTML

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