Information
The "jti" claim in the JWT token can be made unique to prevent the JWT tokens from being replayed.
The OpenID Connect relying party should not reuse JSON Web Tokens to prevent a token replay attack.
Solution
Add the tokenReuse attribute to the openidConnectClient element to ${server.config.dir}/configDropins/overrides/*.xml and set it to false to prevent token reuse on JSON Web Tokens.
<openidConnectClient tokenReuse="false" />