I post this information because the OAAM Environment Administrator role is not included in the tomcat-users file distributed with OAAM 10.1.4.5. Every once in a while, I find a need to use the role during a project. This will
Product: Oracle Adaptive Access Manager, Adaptive Risk Manager (ARM)
Version: 10.1.4.5
Background: All the OAAM roles that can be enabled are located in the .../oarm/WEB-INF/web.xml file.
To enable any of the roles found in the web.xml file, the roles must be added to the .../conf/tomcat-users.xml file.
Here's the role that already exists in the web.xml file:
<security-role-ref>
<role-name>EnvAdmin</role-name>
<role-link>web_EnvAdmin</role-link>
</security-role-ref>
Here's the line that needs to be added in the tomcat-users.xml file:
<role rolename="web_EnvAdmin" description="Environment Admin"/>
The role must also be assigned to user account(s) through whatever means your system authenticates.