st4lk / django-rest-social-auth

OAuth signin with django rest framework
MIT License
519 stars 122 forks source link

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

Open shamspias opened 1 year ago

shamspias commented 1 year ago

When try to use login it saying

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

MicheleAwada commented 9 months ago

same :/

semihsezer commented 3 months ago

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.