Description:
You may want to access some information regarding your Admin UI / SiteMinder environment as you will do if you are used to the Identity Manager environment and the SiteMinder AdminUi is based on the same framework. You may want to access to this environment if you want to control User Directory access (Admin Referral control) or you want to know the base URL of the adminUI (URL used during the registration process)
Solution:
<filter> section, and change the value to true<filter-name>AccessFilter</filter-name> (12SP3 / 12.5)<filter-name>ManagementConsoleAuthFilter</filter-name> (12.51)<filter-class>com.netegrity.ims.manage.filter.....</filter-class><init-param><param-name>Enable</param-name><param-value>true</param-value></init-param
Please note that accessing at those properties are to be use with the help of CA Support help as you may harm you system.
You need to be careful using it in your production environment.