...
oidc.enabled=true
oidc.issuer.urluri=[URL URI of the OpenID Connect server]
oidc.client.id=[ID provided by the OpenID Connect server]
oidc.client.secret=[password provided by OpenID Connect server]
oidc.keystore=[path to the keystore file that stores the certificate to authenticate the user on the OpenID Connect server]
oidc.keystore.password=[password to
; we highly recommend that you use an encoded password; see Creating an Encoded Password.]the keystore file
...