12 lines
596 B
ReStructuredText
12 lines
596 B
ReStructuredText
Third Party Auth
|
|
----------------
|
|
|
|
This djangoapp provides the views and workflows for authenticating into edx-platform with third-party applications, including both OAuth and SAML workflows.
|
|
|
|
We make use of the `social-auth-app-django`_ as our backend library for this djangoapp.
|
|
|
|
To enable this feature, check out the `third party authentication documentation`.
|
|
|
|
.. _social-auth-app-django: https://github.com/python-social-auth/social-app-django
|
|
.. _third party authentication documentation: https://docs.openedx.org/en/latest/site_ops/install_configure_run_guide/configuration/tpa/index.html
|