Skip to content

CSEAJCE-2024/edx-oauth2-auth0-backend

 
 

Repository files navigation

Overview

This is an Openedx plugins intended for using Auth0 as an OAuth Third party authentication.

Usage

1. add this package to your project's requiremets

Add this project to requirements. Also add python-jose==3.0.0 since it is not being picked up from the project's requirements.

Your private.txt should looke like this at the end:

-e ./edx-oauth2-auth0-backend/
python-jose==3.0.0

2. configure your Open edX lms application

ADDL_INSTALLED_APPS:
- "auth0_oauth2"
THIRD_PARTY_AUTH_BACKENDS:
- "auth0_oauth2.auth0.Auth0OAuth2"
ENABLE_REQUIRE_THIRD_PARTY_AUTH: true

About

auth0 backend for openedx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.8%
  • Makefile 15.3%
  • Shell 3.9%