diff options
Diffstat (limited to 'id.server/html/proxy')
| -rw-r--r-- | id.server/html/proxy/WEB-INF/web.xml | 6 | 
1 files changed, 6 insertions, 0 deletions
| 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> | 
