silent-check-sso.html 191 B

123456789101112
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Silent Check SSO</title>
  5. </head>
  6. <body>
  7. <script>
  8. parent.postMessage(location.href, location.origin);
  9. </script>
  10. </body>
  11. </html>