How can I remove the admin role set as Authorization Role for Impersonation parameter value in Web Services Properties?
search cancel

How can I remove the admin role set as Authorization Role for Impersonation parameter value in Web Services Properties?

book

Article ID: 251135

calendar_today

Updated On:

Products

CA Identity Suite

Issue/Introduction

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?

Environment

Release : 14.3, 14.4

Component : IdentityMinder(Identity Manager)

Resolution

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.