I have enabled Google third party authentication configuration in open edx
If I click on Sign in with Google button, I am getting following error
Aug 4 06:28:47 edx-sandbox
[service_variant=lms][django.request][env:sandbox] ERROR [edx-sandbox
59814] [base.py:256] - Internal Server Error: /auth/login/google-oauth2/
Traceback (most recent call last):
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py",
line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py",
line 145, in inner
return func(*args, **kwargs)
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/cache.py",
line 57, in _wrapped_view_func
response = view_func(request, *args, **kwargs)
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social_django/utils.py",
line 50, in wrapper
return func(request, backend, *args, **kwargs)
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social_django/views.py",
line 23, in auth
return do_auth(request.backend, redirect_name=REDIRECT_FIELD_NAME)
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social_core/actions.py",
line 12, in do_auth
for field_name in backend.setting('FIELDS_STORED_IN_SESSION', []):
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social_core/backends/base.py",
line 31, in setting
return self.strategy.setting(name, default=default, backend=self)
File
"/edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/strategy.py",
line 34, in setting
raise Exception("Can't fetch setting of a disabled backend/provider.")
Exception: Can't fetch setting of a disabled backend/provider.
Can anyone please help me to sort this out?
--
Cheers,
Dhasthagheer
--
You received this message because you are subscribed to the Google Groups
"General Open edX discussion" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/edx-code/CALJ7LH_DsiS3uxfcQoiz6oLejXamwvQMTTTOK0%2Bagw%3DFrnU_RA%40mail.gmail.com.