Files
btpxpress-frontend/public/silent-check-sso.html

12 lines
184 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Silent SSO Check</title>
</head>
<body>
<script>
parent.postMessage(location.href, location.origin);
</script>
</body>
</html>