Implement user mapping API
This mapping API enables the mapping between the edX user ID and the ID provided by identity provider (IdP). For details, please see https://github.com/edx/edx-platform/pull/9842
Showing
- common/djangoapps/third_party_auth/admin.py 33 additions, 1 deletioncommon/djangoapps/third_party_auth/admin.py
- common/djangoapps/third_party_auth/api/permissions.py 31 additions, 0 deletionscommon/djangoapps/third_party_auth/api/permissions.py
- common/djangoapps/third_party_auth/api/serializers.py 22 additions, 0 deletionscommon/djangoapps/third_party_auth/api/serializers.py
- common/djangoapps/third_party_auth/api/tests/__init__.py 0 additions, 0 deletionscommon/djangoapps/third_party_auth/api/tests/__init__.py
- common/djangoapps/third_party_auth/api/tests/test_permissions.py 54 additions, 0 deletions...djangoapps/third_party_auth/api/tests/test_permissions.py
- common/djangoapps/third_party_auth/api/tests/test_views.py 177 additions, 33 deletionscommon/djangoapps/third_party_auth/api/tests/test_views.py
- common/djangoapps/third_party_auth/api/urls.py 4 additions, 1 deletioncommon/djangoapps/third_party_auth/api/urls.py
- common/djangoapps/third_party_auth/api/views.py 142 additions, 1 deletioncommon/djangoapps/third_party_auth/api/views.py
- common/djangoapps/third_party_auth/migrations/0006_add_api_permission.py 156 additions, 0 deletions...ps/third_party_auth/migrations/0006_add_api_permission.py
- common/djangoapps/third_party_auth/models.py 32 additions, 0 deletionscommon/djangoapps/third_party_auth/models.py
- common/djangoapps/third_party_auth/tests/testutil.py 13 additions, 0 deletionscommon/djangoapps/third_party_auth/tests/testutil.py
Loading
Please register or sign in to comment