Error RequireNonce is 'True' in Okta ASP.Net

i am getting below error after hosting into server, its working perfectly in the localhost.
Also SSL certifcate added to my website. I am using OktaMVCoptions by using okta.Aspnet 3.2.5 version dll.

After login screen It is redirecting me on https://***********/authorization-code/callback
with below error in my log file.

please help me to get rid of this issue

I am using Asp.Net Mvc 4.6.2

Error
RequireNonce is ‘True’. OpenIdConnectProtocolValidationContext.Nonce was null, OpenIdConnectProtocol.ValidatedIdToken.Payload.Nonce was not null.
The nonce cannot be validated. If you don’t need to check the nonce, set OpenIdConnectProtocolValidator.RequireNonce to ‘false’. Note if a ‘nonce’ is found it will be evaluated.

Hello @Dusmanta,

This may be due to the way ASP.NET Nonce cookies are handled, I’d suggest going through this document to hopefully resolve this issue: Okta Help Center (Lightning)