To begin installing Delegated Admin in a Windows environment, perform the following steps:

  1. In the Delegated Admin application directory, copy or rename the file example.config.js to config.js.
    config.js contains comments and placeholders for necessary information. For example, the client ID that is required in this file must be one of the client IDs that has been defined for the PingFederate configuration. This value represents the client intended for token issuance, such as dadmin.
  2. Open config.js in a text editor.
  3. Change the variable values to match your setup configuration, as the following table shows.
    config.js Variable Value
    window.PF_HOST Public address of the PingFederate Server to which the application redirects the user’s browser when logging on.
    window.PF_PORT PingFederate port number. If port 443 is used but not specified in the PingFederate Base URL, do not assign a value to window.PF_PORT.
    window.DADMIN_CLIENT_ID PingFederate Client ID for the application.
  4. Save your changes to config.js.
  5. Copy or rename the batch file delegated-admin-template.dsconfig to delegated-admin.dsconfig.
  6. Open delegated-admin.dsconfig in a text editor and replace the variables (${variable}) with actual values.
  7. Save your changes to delegated-admin.dsconfig.