aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--id.server/html/auth/WEB-INF/web.xml6
-rw-r--r--id.server/html/proxy/WEB-INF/web.xml6
2 files changed, 12 insertions, 0 deletions
diff --git a/id.server/html/auth/WEB-INF/web.xml b/id.server/html/auth/WEB-INF/web.xml
index 85fc3d87a..603758fb8 100644
--- a/id.server/html/auth/WEB-INF/web.xml
+++ b/id.server/html/auth/WEB-INF/web.xml
@@ -104,4 +104,10 @@
<auth-method>BASIC</auth-method>
<realm-name>UserDatabase</realm-name>
</login-config>
+ <security-role>
+ <description>
+ The role that is required to log in to the moa Application
+ </description>
+ <role-name>moa-admin</role-name>
+ </security-role>
</web-app>
diff --git a/id.server/html/proxy/WEB-INF/web.xml b/id.server/html/proxy/WEB-INF/web.xml
index f883714f9..b4e948a58 100644
--- a/id.server/html/proxy/WEB-INF/web.xml
+++ b/id.server/html/proxy/WEB-INF/web.xml
@@ -73,4 +73,10 @@
<auth-method>BASIC</auth-method>
<realm-name>UserDatabase</realm-name>
</login-config>
+ <security-role>
+ <description>
+ The role that is required to log in to the moa Application
+ </description>
+ <role-name>moa-admin</role-name>
+ </security-role>
</web-app>