I want to authenticate users on my OpenEDX using auth0.
This documentation shows how to configure openEDX 0Auth2 with google, facebook, LinkedIn and Microsoft,but i would like to use auth0.
I want to authenticate users on my OpenEDX using auth0.
This documentation shows how to configure openEDX 0Auth2 with google, facebook, LinkedIn and Microsoft,but i would like to use auth0.
Out of the box openedx supports what you see in that documentation file. Internally, it uses python-social-auth, which also does not support auth0.
If you definitely want to authenticate using auth0, you would have to fork and modify the source to support it yourself.