Windows
Steps
-
In the Delegated Admin application directory, copy or rename the file
example.config.jstoconfig.js.The
config.jsfile 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 asdadmin. -
Open
config.jsin a text editor. -
Change the variable values to match your setup configuration.
config.jsVariable Value window.PF_HOSTPublic address of the PingFederate server to which the application redirects the user’s browser when signing on.
window.PF_PORTPingFederate 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_IDPingFederate Client ID for the application.
-
Save your changes to
config.js. -
Concatenate the following files into a single file named
delegated-admin.dsconfig:-
delegated-admin-template-common.dsconfig -
delegated-admin-template-ds.dsconfig -
delegated-admin-template-ds-or-proxy.dsconfig -
delegated-admin-template-webapp.dsconfig
-
-
Open
delegated-admin.dsconfigin a text editor and replace the variables,${variable}, with actual values. -
Save your changes to
delegated-admin.dsconfig.