You can use the command line to configure the PingDirectory suite of products.

Note:

Tomcat 10 currently has an issue where Spring applications (such as this console) will not run correctly. Use Tomcat 9 or earlier.

  1. To customize the console, open the application.yml file and set <branding.custom-folder> to a local filepath that is not a subdirectory of the console application directory.

    This path should contain the elements for the console to display.

  2. Set the custom branding filepath on any PingDirectory suite of products console with the following dsconfig command:
    dsconfig set-web-application-extension-prop \
        --extension-name Console \
        --set init-parameter:branding.custom-folder=<path to folder>