aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/etc/sso_callback_template.html
diff options
context:
space:
mode:
Diffstat (limited to 'keystone-moon/etc/sso_callback_template.html')
-rw-r--r--keystone-moon/etc/sso_callback_template.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/keystone-moon/etc/sso_callback_template.html b/keystone-moon/etc/sso_callback_template.html
deleted file mode 100644
index c6997dc4..00000000
--- a/keystone-moon/etc/sso_callback_template.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Keystone WebSSO redirect</title>
- </head>
- <body>
- <form id="sso" name="sso" action="$host" method="post">
- Please wait...
- <br/>
- <input type="hidden" name="token" id="token" value="$token"/>
- <noscript>
- <input type="submit" name="submit_no_javascript" id="submit_no_javascript"
- value="If your JavaScript is disabled, please click to continue"/>
- </noscript>
- </form>
- <script type="text/javascript">
- window.onload = function() {
- document.forms['sso'].submit();
- }
- </script>
- </body>
-</html> \ No newline at end of file