Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2023.2

...

  • oidc.enabled=true
  • oidc.cli.mode=certificate
  • oidc.issuer.uri=[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.scopes=[space-separated list of scopes used during authentication to authorize access to a user's details] The default is: openid profile offline_access.
  • oidc.keystore=[path to the keystore file that stores the certificate to authenticate the user on the OpenID Connect server; see note 1 below.]
  • oidc.keystore.alias=[alias to use to authenticate on the OpenID Connect server] You may need to configure this setting if your keystore file contains multiple entries.
  • oidc.keystore.password=[password to the keystore file; see note 2 below.]

...