Configuring the administrative console’s application.yml configuration file
You can configure the standalone PingDirectory server administrative console by modifying the
file.`[.filepath]
/WEB-INF/classes/application.yml`
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.io/spring-boot/docs/current/reference/html/application-properties.html//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 |
||
|
Specifies the password used with the trust store specified by |
||
|
Specifies the environment variable containing the password used with the trust store specified by |
||
|
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 |
||
|
Specifies the password used with the trust store specified by |
||
|
Specifies the environment variable containing the password used with the trust store specified by |
||
|
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
|
||
|
The file path to the folder that holds custom If empty, default Ping Identity branding is used instead. |
||
|
Determines the maximum complexity level for shown configuration objects. The possible values are |
||
|
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 |