aboutsummaryrefslogtreecommitdiff
path: root/id.server/html/auth/WEB-INF/web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'id.server/html/auth/WEB-INF/web.xml')
-rw-r--r--id.server/html/auth/WEB-INF/web.xml6
1 files changed, 6 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>