I have set up an admin role as the Authorization Role for Impersonation parameter value in Web Services Properties. How can I remove it now?
Release : 14.3, 14.4
Component : IdentityMinder(Identity Manager)
You can only remove the value of the Authorization Role for Impersonation parameter by exporting IM Environment's Advanced Settings, and then modify the exported XML and reimport it back.
Remove the admin role from WebSevice tag in the exported XML file. So modify the XML file from
<WebService enabled="true" wsdlgen="true" useadminid="true" roleforimpersonation="impersonation" requireadminpassword="false" authtype="0" wssusernametokentype="true" WSDLWSIFormat="false" exceptionnoitems="false" whitelist="" removeExceptionDetails="false"/>
to
<WebService enabled="true" wsdlgen="true" useadminid="true" roleforimpersonation="" requireadminpassword="false" authtype="0" wssusernametokentype="true" WSDLWSIFormat="false" exceptionnoitems="false" whitelist="" removeExceptionDetails="false"/>
and reimport the modified XML file.
After reimporting the modified XML file, restart the IM Environment.