Google Auth invalid OAuth state
I've encountered an issue with Google Authentication in my application. Initially, I realized I was missing
Despite the error, I can see that the
Here are the relevant parts of my setup:
Backend (Startup.cs): Pastebin Link
Frontend (Startup.cs): Pastebin Link
Google Sign-In Button:
Could you help me troubleshoot why the OAuth state might be missing or invalid? Any suggestions on how to resolve this issue would be greatly appreciated!
@rendermode, which was causing updates to fail. However, I'm now facing a problem with identity authentication. When attempting to integrate Google Auth, I keep receiving the following error upon redirection to my backend: Despite the error, I can see that the
g_csrf_token is being set in the cookies (e.g., g_csrf_token: xxxxxxxx). I've already configured the endpoints in the Google Console. Here are the relevant parts of my setup:
Backend (Startup.cs): Pastebin Link
Frontend (Startup.cs): Pastebin Link
Google Sign-In Button:
Could you help me troubleshoot why the OAuth state might be missing or invalid? Any suggestions on how to resolve this issue would be greatly appreciated!