Information
The signatureAlgorithm is used by the RP to verify the signed ID tokens sent by the OP.
When the OpenID Connect Server Provider uses a signature algorithm to sign the ID tokens, sensitive information is protected and the relying party can verify the authenticity of the JSON Web Token (JWT).
Solution
Add the signatureAlgorithm attribute to the openidConnectClient element to ${server.config.dir}/configDropins/overrides/*.xml and set it a valid signature algorithm type, for example RS256 to enable token signing for JSON Web Tokens.
<openidConnectClient signatureAlgorithm="RS256" />