aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth/src/main/webapp/message-auth.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'id/server/auth/src/main/webapp/message-auth.jsp')
-rw-r--r--id/server/auth/src/main/webapp/message-auth.jsp20
1 files changed, 20 insertions, 0 deletions
diff --git a/id/server/auth/src/main/webapp/message-auth.jsp b/id/server/auth/src/main/webapp/message-auth.jsp
new file mode 100644
index 000000000..0c28c1ba7
--- /dev/null
+++ b/id/server/auth/src/main/webapp/message-auth.jsp
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<%@ page contentType="text/html; charset=UTF-8" %>
+<html>
+<head>
+<title>MOA-ID AUTH</title>
+</head>
+<% String message = (String)request.getAttribute("Message");
+%>
+
+<body>
+<h1>MOA-ID AUTH</h1>
+
+<% if (message != null) { %>
+<p>
+<%= message%><br>
+</p>
+<% } %>
+
+</body>
+</html> \ No newline at end of file