User-1266083892 posted
Hi ,
I am having a an application in mvc and jquery which is deployed to the WebApp in azure.
It is using the AzureActiveDirectory to login.
After login using the active directory, i am getting the following error instead of the app start page . But when i enter the url again I am getting the app start page.
IDX10311 : RequireNonce is 'true'(default) but validationContext.Nonce is null.
A Nonce cannot be validated.
If u dont need to check the nonce, set OpenIdConnectProtocolValidator.RequireNonce to false.
How can i resolve this issue. Please help.