Using app on openshift 4 with oidc

As I know, the ‘nonce’ parameter is required to extend the security on my app and minimising the possibility for replay attacks.

I have an app on openshift with multiple pods and I am using the Authorization code flow,
The first request (getting the code) is going through the first pod for example but then the when I get to the stage I need to validate the ‘nonce’ it is going through the second pod and then there us a mismatch, is there any idea what can I do to fix it but also keep using the ‘nonce’ parameter.

Thank you.

Any help?
It is urgent