---
title: Configuring external PDP mode using dsconfig
description: Use the dsconfig commands in the following code block to configure external PDP mode:
component: pingauthorize
version: 10.1
page_id: pingauthorize:pingauthorize_server_administration_guide:paz_config_external_mode_dsconfig
canonical_url: https://docs.pingidentity.com/pingauthorize/10.1/pingauthorize_server_administration_guide/paz_config_external_mode_dsconfig.html
revdate: May 22, 2024
section_ids:
  steps: Steps
---

# Configuring external PDP mode using dsconfig

## Steps

* Use the `dsconfig` commands in the following code block to configure external PDP mode:

  ```
  dsconfig create-external-server \
    --server-name "{PAP_Name}" \
    --type policy \
    --set "base-url:https://<pap-hostname>:<pap-port>" \
    --set "shared-secret:pingauthorize" \
    --set "branch:Default Policies" \
    --set "decision-node:<your decision node ID value>"

  dsconfig set-policy-decision-service-prop \
    --set pdp-mode:external \
    --set "policy-server:{PAP_Name}"
  ```
