Edx#
- Open Edx OAuth2 documentation
It is necessary to set EDX_URL
to your open edx installation. If no EDX_URL
value is set, the Edx provider will use https://edx.org
which does not work:
SOCIALACCOUNT_PROVIDERS = {
'edx': {
'EDX_URL': "https://openedx.local",
}
}