<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z0000A1E1AgCQKOkta Classic EngineSingle Sign-OnAnswered2024-02-23T16:48:50.000Z2024-02-22T19:56:21.000Z2024-02-23T16:48:50.000Z
IDX21323: RequireNonce is 'System.Boolean'. OpenIdConnectProtocolValidationContext.Nonce was null

I am trying to implement a OIDC SSO implementation for a .net MVC application, I am receiving the below error in one of my servers ,

IDX21323: RequireNonce is 'System.Boolean' 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.

 

whereas it runs normally in another server, I have tried adding HttpCookies RequireSSL to true in web.config and it is still not working in chrome and edge. It works only on firefox, Is there a way to resolve this issue.


This question is closed.
Loading
IDX21323: RequireNonce is 'System.Boolean'. OpenIdConnectProtocolValidationContext.Nonce was null