Skip to content

Commit

Permalink
docs: Add README for third_party_auth.
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakhuang committed Oct 7, 2024
1 parent a2bd8a7 commit 94b508f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions common/djangoapps/third_party_auth/README.rst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 94b508f

Please sign in to comment.