Tomcat
In the directory where Tomcat is installed, go to the conf directory and add the new role and user to the tomcat-users.xml file.
Note:
AdyenUsers is the name of the role that must be used.tomcat-users.xml excerpt:
<role rolename="AdyenUsers"/>
<user username="adyen" password="adyen" roles="AdyenUsers"/>