I have the following error:
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.
My application was working fine in Azure Web Services.
I use OWIN functions for the authentication.
I configure a custom domain and upgrade my service from free to Basic to have the slot and domain options.
After configuring my domain and work fine, downgrade back the service to free.
And now when I'm trying to return the service to Basic to use the slots and to configure the domain I have the problem.
I'm not sure if the above is directly related with the problem but I wanted to pointed out.
Note. The application works fine if runned from Visual Studio and authenticating to Azure Active Directory.
I appreciate any help to fix this error.