12 lines
184 B
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>
|