Not sure if I have posted this question at the correct location.
Hello, I think you are in the right path.
From what I see at your screen shot you have not configured your URI's and Authorized Origins. Here it is some information regardless this two parameters https://developers.google.com/identity/gsi/web/guides/get-google-api-clientid, since both are important when authenticating using auth 2.0
@djacalesg ,
Thanks for the reply.
I am not sure what URL to provide for the Authorised JavaScript origins & Authorised redirect URIs
Am I right to add the URL given by the Cloud Run for both fields?
Authorized JS origins is the authorized domains the Auth2.0 server can accept requests from. If you don't have a custom domain the one given by cloud run should work, for testing purposes you can use http(https)://localhost:[port]. And redirects URI's is the path your client forwards traffic to after successful login. There are some restrictions for the format of the URIs , here .
Note: You can enter multiple origins to allow for your app to run on different protocols, domains, or subdomains. You cannot use wildcards.
I hope this can be helpful.
Regards,