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

redirect_uri_mismatch SignIn Problem #72

Open
FugDev opened this issue Aug 11, 2015 · 3 comments
Open

redirect_uri_mismatch SignIn Problem #72

FugDev opened this issue Aug 11, 2015 · 3 comments

Comments

@FugDev
Copy link

FugDev commented Aug 11, 2015

In my Google Api Console the redirect URI is http://localhost:8080/signin/google
Although i get the following error after having selected my google user to signin:

  1. That’s an error.
    Error: redirect_uri_mismatch
    The redirect URI in the request: http://localhost:8080/signin/google did not match a registered redirect URI.
@mlaccetti
Copy link
Collaborator

Hrm - that seems to be an issue with the project configuration in the Google side, rather than in the code. That specific error originates on their side. Can you post a screenshot? Here's a sample of how mine looks:

google oauth

@abdedaime
Copy link

I have same probleme what is the solution ?
Thanks for advanced

@mreddimasi
Copy link

@mlaccetti This situation can/already be seen in a Microservices setup where the UAA is not client facing and rest calls would be from a gateway
The UAA server is where we have the implementation of Connect (localhost:9999/signin/google), but the client would need to be redirected to gateway localhost:8080/uaa/signin/google where uaa can be configured in the Zuul routes to forward the request to the UAA endpoint (localhost:9999)

What is the best way to configure the redirectUri in this case? Or is there any other solution?

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

4 participants