I have configured a "Sign up and sign in" user flow in AAD B2C and integrated with my blazor server web application. The login user is successfully authenticated, and I am redirected to my application. The problem is, in the developers tool console, I see the following error: Migrate entirely to HTTPS to have cookies sent to same-site subresources. What is the best way to resolve this issue? Thank you!
I have tried a couple of solutions that I found in the Web, for instance, configuring application cookie. The solutions I have tried so far haven't worked.