-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add README for third_party_auth. (#35608)
- Loading branch information
1 parent
c32c95f
commit 3d637eb
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
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://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/configuration/tpa/index.html |