0
0
mirror of https://github.com/alerta/alerta.git synced 2024-12-11 23:57:42 +00:00
alerta_alerta/alerta/templates/auth/saml2.html
2019-06-10 14:11:17 +02:00

15 lines
276 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Authenticating...</title>
<script type="application/javascript">
window.opener.postMessage({{ message | tojson }}, '{{ origin }}');
window.close();
</script>
</head>
<body>
</body>
</html>