You can configure the standalone server administrative console by modifying the /WEB-INF/classes/application.yml file.
The following table describes the different configuration settings listed in the default application.yml file included with the administrative console and what they do.
Setting | Description |
---|---|
|
See the Spring API docs for information about these properties. You should not modify them. |
|
Controls the prefix of the Spring Boot Actuator endpoints of the console application. You should not modify this setting. |
|
Controls the severity level of messages logged about these packages. |
|
If this is set to |
|
If logging is enabled, this specifies the file that the console will log to. |
|
If this is set to If |
|
The issuer URI to the OIDC provider. |
|
The client ID used with the OIDC provider. |
|
The client secret used with the OIDC provider. |
|
The file path to the trust store used when communicating with the OIDC provider. |
|
The type of trust store specified by PingData.SSO.OIDC.trust-store-file. |
|
Specifies the password used with the trust store specified by PingData.SSO.OIDC.trust-store-file. |
|
Specifies the environment variable containing the password used with the trust store specified by PingData.SSO.OIDC.trust-store-file. |
|
If this is set to |
|
If this is set to |
|
The LDAP attribute containing the username of the user the console is logging in as when using SSO. |
|
If this is set to |
|
Auto-populates the 'server' field on the sign on page. If |
|
Auto-populates the |
|
Auto-populates the |
|
The file path to the trust store used when binding to the directory server. |
|
Specifies the type of trust store specified by trust-store-file. |
|
Specifies the password used with the trust store specified by trust-store-file. |
|
Specifies the environment variable containing the password used with the trust store specified by trust-store-file. |
|
Specifies the name of the file servlet on the managed directory server to use when
fetching generated |
|
If this is set to |
|
The file path to the folder where the managed directory server
stores generated CSD files after running the
|
|
The file path to the folder where the managed directory server
stores generated server profiles after running the
Important:
Do not change this property. |
|
The file path to the folder that holds custom branding.properties, branding.css, and favicon.ico files. If empty, default Ping Identity branding is used instead. |
|
Determines the maximum complexity level for shown configuration objects. The possible values are |
server.sessionTimeout |
The amount of time a web session can remain idle before the user must log in again. The time is set in seconds unless you use a time interval (h for hours or m for minutes). If not specified, the default is 24 hours. |
After modifying the application.yml file, you must restart the console for your changes to take effect.