diff --git a/common/djangoapps/third_party_auth/README.rst b/common/djangoapps/third_party_auth/README.rst new file mode 100644 index 000000000000..b3395315aff6 --- /dev/null +++ b/common/djangoapps/third_party_auth/README.rst @@ -0,0 +1,8 @@ +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. + +.. _social-auth-app-django: https://github.com/python-social-auth/social-app-django