Every time when a user signs in (via Azure Active Directory) for the first time everyday the system redirect the users to this:
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
I have tried the using these solutions but it seems like these solutions are only for ASP.NET MVC