<!DOCTYPE html>
<html>
<body>
<script>
window.opener
    && window.opener.postMessage({
            type: 'ms-login',
            url: window.location.href
        }, window.location.origin);
</script>
</body>
</html>