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

{'error': 'invalid_request', 'error_description': 'Could not determine client ID from request.'} #170

Open
shamspias opened this issue Feb 7, 2023 · 2 comments

Comments

@shamspias
Copy link

When try to use login it saying

{'error': 'invalid_request', 'error_description': 'Could not determine client ID from request.'}

@MicheleAwada
Copy link

same :/

@semihsezer
Copy link

This error is coming from the Social Login Provider. Most likely you are missing the equivalent of SOCIAL_AUTH_FACEBOOK_KEY.

Make sure you find the exact environment variable from https://python-social-auth.readthedocs.io/en/latest/configuration/django.html. For example, for google it is SOCIAL_AUTH_GOOGLE_OAUTH2_KEY.

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

3 participants