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

Google + Auth #11

Open
veenutanwar opened this issue Aug 5, 2015 · 1 comment
Open

Google + Auth #11

veenutanwar opened this issue Aug 5, 2015 · 1 comment

Comments

@veenutanwar
Copy link

Error: redirect_uri_mismatch

The redirect URI in the request: http://*****.com/login/google/access did not match a registered redirect URI.

Learn more

Request Details
scope=email profile https://www.googleapis.com/auth/plus.login
response_type=code
redirect_uri=http://******.com/login/google/access
access_type=offline
approval_prompt=auto

That’s all we know.

I do't know why this happend.

@eraserxp
Copy link

I encountered the same problem before. The problem may be caused by:

  1. you didn't enable the google plus api
  2. the social_auth_url in app.conf doesn't match your website url. (If the callback url that you registered in google developer console is http://example.com/login/google/access, the social_auth_url should be set as http://example.com/)

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

2 participants