You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

msredirect.html 218B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <script>
  5. window.opener
  6. && window.opener.postMessage({
  7. type: 'ms-login',
  8. url: window.location.href
  9. }, window.location.origin);
  10. </script>
  11. </body>
  12. </html>