Earn 10,000 ($100.00)
Google Analytics 4 SSO OAuth Verification
Bounty Description
Problem Description
I want to build a SSO Oauth tool where users can click a Authorize with Google button and share access to their Google Analytics 4 Account. I already have some of the core features built in Alpine.js. I just am running into issues verification.
- Verify Replit domains in GCP
"You must verify that you own the following domain(s) listed in your Authorized domains section of the OAuth consent screen editor.
An account listed as a project owner or editor on your GCP account must verify ownership of the authorized domain using Google Search Console. For more information about domain verifications in Google Search Console, see Verify your site ownership."
"Please verify or remove the following domains from your Authorized domains list.
replit.app
myreplit.repl.co"
"The video must show the user flow in your application.
Must show the URL bar and clearly show the OAuth Client ID for the app (This is not required for native Android, iOS, and desktop installed apps.)
The OAuth Consent Screen The consent screen must show the same exact scopes you are requesting (or you have already been approved for) when you submit your app for verification. (Please ensure the language setting on the bottom-left corner of the consent screen is toggled to “English.”)
Must demonstrate the application functionalities that utilizes the requested OAuth scopes"
Acceptance Criteria
I can share access to GCP Console for the project
I can share access to Replit
I can a backend dashboard for my customers. Here, I will create a custom page to embed the authentication.
Technical Details
The goal Google needs to login with a test account on my dashboard and authenticate. I need to get access so external clients can authorize Google Analytics 4 to my domain. Also, I am going to to add a server worker to to access data later. I just need support on completing the verification.
Thanks!
Zima