Skip to content
Snippets Groups Projects
silent-check-sso.html 115 B
Newer Older
<html>
<body>
    <script>
        parent.postMessage(location.href, location.origin)
    </script>
</body>
</html>