Oauth2 Setup with Gmail/Google Workspace

I'm having a hard time getting my OAuth2 to work. Right now, I have it at the point where I'm getting the correct token from Google (yay!) but when it tries to Test Token it fails every time.

I manually go to the Redirect URL in the request, on my server:
https://myserver.com:8043/data/oauth2/client/oauth2/authorize/callback&client_id=xxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com

My server ALWAYS reports back:

HTTP ERROR 404 Not Found
URI:	/data/oauth2/client/oauth2/authorize/callback&client_id=xxxxxxxxxx.apps.googleusercontent.com
STATUS:	404
MESSAGE:	Not Found

The server is an Ubuntu 24.04.2 LTS. I have a working SSL certificate.

My logs inside of Ignition do not seem log anything useful regarding this error.

Any suggestions would be helpful.

I figured it out. My urls were incorrect.
Authorization URL: Sign in - Google Accounts
Token URL: https://oauth2.googleapis.com/token