Using custom rebranding - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce

You can customize several visual elements of the console, including branding elements such as contact information or logos.

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>