sw-fe/public/silent-check-sso.html

13 lines
223 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Silent SSO</title>
</head>
<body>
<script>
parent.postMessage(location.href, location.origin);
</script>
</body>
</html>