0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-15 13:48:46 +00:00
alerta_alerta/alerta/templates/auth/saml2.html
2019-06-10 14:11:17 +02:00

14 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>