Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on real website, works on localhost #1159

Open
vforv opened this issue Nov 10, 2023 · 6 comments
Open

Not working on real website, works on localhost #1159

vforv opened this issue Nov 10, 2023 · 6 comments

Comments

@vforv
Copy link

vforv commented Nov 10, 2023

Important gapi.auth2 notice: gapi.auth2 has been deprecated and replaced with Google Identity Services. Please see https://developers.google.com/identity/sign-in/web/deprecation-and-sunset for more information. If you have questions related to authentication/authorization please look at the associated documentation or post questions on Stack Overflow with the google-oauth tag.

Summary
Working on localhost not working on real domain. I added everything on app authorized domains also cleared cache

Browser(s)/Version(s)
Each

Expected Behavior
Login works as expected when testing on localhost but not on real website

Actual Behavior

On real website I getting error:

credential_button_library:48 [GSI_LOGGER]: The given origin is not allowed for the given client ID.
(anonymous) @ button?type=icon&width=200&client_id=115727459091-6eokr94phqi8if5u1puqmv3ns9su9dvn.apps.googleusercontent.com&iframe_id=gsi_686071_964241&as=0opUmcqLicF1Hq8qgx%2Fiig:1
m=credential_server_library:48 [GSI_LOGGER]: The given origin is not allowed for the given client ID

Steps to Reproduce
Please include steps and code samples to aid in issue reproduction(html/javascript).
I just using regular Angular implementation

@Saggv
Copy link

Saggv commented Dec 5, 2023

@vforv I have the same issue. Did you resolve it?
image

@sudarshanch
Copy link

@vforv @Saggv I see the same issue, is this a configuration issue?
Did you get it resolved?

@Shirripitinsex
Copy link

Shirripitinsex commented Dec 22, 2023 via email

@EniovdgDev
Copy link

How do u solve it?

@vittxr
Copy link

vittxr commented Apr 5, 2024

I solved this by following the instructions in this video: link.

I needed to add http://localhost (without a port) to the origins section of my Google OAuth credentials in google cloud.

@hanweixing
Copy link

I solved this by following the instructions in this video: link.

I needed to add http://localhost (without a port) to the origins section of my Google OAuth credentials in google cloud.

It works for me. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants
@sudarshanch @vforv @hanweixing @Saggv @vittxr @Shirripitinsex @EniovdgDev and others