---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Use CyberArk as a secure configuration provider

# Use CyberArk as a secure configuration provider {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

You can use a CyberArk vault to secure any sensitive data from the MID Server
config.xml file.

## Vorbereitungen

Role required: admin

Before configuring CyberArk as secured config provider, make sure that
JavaPasswordSDK.jar is available in the
`<mid_installation_folder>/agent/extlib` folder.

## Warum und wann dieser Vorgang ausgeführt wird

CyberArk is commonly used to secure credentials in its external vault. However, a MID
Server parameter in the config.xml file enables you to store
other types of data in CyberArk.

## Prozedur

1. Open the config.xml file in a text editor.  
   This file is located in the /agent folder in your MID Server installation path.
2. Enable this parameter and value:  
   `<parameter name="mid.secure_config.provider"
   value="com.service_now.mid.services.config.CyberArkSecuredConfigProvider"/>`
3. Configure specific data to secure in the CyberArk vault.  
   Use the following example as a guide.
   1. Secure the MID Server credentials by setting this parameter to match the ID and Type for that data in your [CyberArk
      integration configuration](https://www.servicenow.com/docs/access?context=c_CyberArkIntegrationConfiguration&version=australia&pubname=australia-platform-security&ft:locale=en-US).  

          <parameter name="mid.instance.username" secure="true" value="cyberark: id=<CyberArk ID>, type=<CyberArk type>"/>
          <parameter name="mid.instance.password" secure="true" value="cyberark: id=<CyberArk ID>, type=<CyberArk type>"/>

   2. Secure the URL of the instance by setting this parameter to match the ID and Type for that data in your CyberArk configuration.  
      `<parameter name="url" secure="true" value="cyberark:
      id=<`CyberArk ID`>, type=<`CyberArk type`>"/>`
   {#use-cyberark-secure-config-provider__substeps_l3h_yn1_lbb}
4. Save the configuration file.
5. Restart the MID Server.

