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.