DX21323: RequireNonce is 'System.Boolean'

Hi,

I’ve been getting this error in a web application i’m developing:

DX21323: 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.*

How can I fix this?
If I need to give more information just let me know what.

Kind regards
Tom

I do also have same issue and could not see any well documented solution.
If anyone knows solution, please help.

Thanks

Hi @tomparedis, @kiran,

Could you check if this article helps you fix the issue ?

1 Like

Yes @gpadma , it works.
Thanks

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.