<h2>How to add multiple safes to the mid server cyberark integration ?</h2><br/><div style="overflow-x:auto"><article><div ><h3 >Summary</h3><section><ul style="list-style-position: inside;"><li>We have multiple safes within CyberArk that MID servers will need to access to retrieve passwords. My question is how are multiple safes configured in the config.xml file?<br />Here is an extract from the CyberArk config on a MID server with a single safe configured:<br /> <pre><!-- CyberArk configuration for external storeage vault --><br /><br /><parameter name="ext.cred.safe_timeout" value="5"/><br /><br /><parameter name="ext.cred.safe_name" value="EXAMPLE_SAFE_VALUE"/><br /><br /><parameter name="ext.cred.app_id" value="ServiceNow_MID_Server"/><br /><br /><parameter name="ext.cred.type_specifier" value="false"/><br /><br /><parameter name="ext.cred.check_ssh_type" value="false"/></pre> <br />So how do we add more? Is it possible to add more than one?</li></ul></section></div><div ><h3 >Instructions</h3><section><ul style="list-style-position: inside;"><li>OOTB, If the customer's credential parameters are in one safe then the system uses the Default safe name for all credential lookups. This default safe is added to the config.xml file as shown below: <pre><parameter name="ext.cred.safe_name" value="EXAMPLE_SAFE_VALUE"/></pre> </li><li>However, if the credential parameters are in multiple safes then the credential ID on the credential record must be specified in the format <safeName>:<CredentialID>. Below is the sample.<br /><br /><img style="border-style: solid; border-width: 2px;" src="/sys_attachment.do?sys_id=28a51aa2c38c0250a9ea601bb0013112" width="1099" height="226" /><br /><br /><br /></li><li>In the case of the Multiple Safe use case, the NameOfSafe field is ignored. So <strong>if all external credentials have their credential IDs specified in this format, then leave out the NameOfSafe field</strong>. </li></ul></section></div></article></div>