diff --git a/securing_apps/topics/oidc/java/java-adapter-config.adoc b/securing_apps/topics/oidc/java/java-adapter-config.adoc index 7567fc719d..fb142d3cbd 100644 --- a/securing_apps/topics/oidc/java/java-adapter-config.adoc +++ b/securing_apps/topics/oidc/java/java-adapter-config.adoc @@ -168,7 +168,7 @@ proxy-url:: The URL for the HTTP proxy if one is used. truststore:: - The value is the file path to a keystore file. + The value is the file path to a truststore file. If you prefix the path with `classpath:`, then the truststore will be obtained from the deployment's classpath instead. Used for outgoing HTTPS communications to the {project_name} server. Client making HTTPS requests need a way to verify the host of the server they are talking to. @@ -178,7 +178,7 @@ truststore:: This is _REQUIRED_ unless `ssl-required` is `none` or `disable-trust-manager` is `true`. truststore-password:: - Password for the truststore keystore. + Password for the truststore. This is _REQUIRED_ if `truststore` is set and the truststore requires a password. client-keystore::