Merge pull request #18429 from edx/douglashall/oauth_scopes_part2
ARCH-116 OAuth2 Scopes Implementation
Showing
- cms/envs/common.py 8 additions, 7 deletionscms/envs/common.py
- lms/envs/common.py 52 additions, 24 deletionslms/envs/common.py
- lms/envs/devstack_docker.py 11 additions, 3 deletionslms/envs/devstack_docker.py
- lms/envs/test.py 13 additions, 6 deletionslms/envs/test.py
- lms/templates/oauth2_provider/authorize.html 10 additions, 0 deletionslms/templates/oauth2_provider/authorize.html
- openedx/core/djangoapps/oauth_dispatch/adapters/dop.py 12 additions, 0 deletionsopenedx/core/djangoapps/oauth_dispatch/adapters/dop.py
- openedx/core/djangoapps/oauth_dispatch/adapters/dot.py 29 additions, 2 deletionsopenedx/core/djangoapps/oauth_dispatch/adapters/dot.py
- openedx/core/djangoapps/oauth_dispatch/admin.py 27 additions, 11 deletionsopenedx/core/djangoapps/oauth_dispatch/admin.py
- openedx/core/djangoapps/oauth_dispatch/docs/decisions/0007-include-organizations-in-tokens.rst 2 additions, 1 deletion...h/docs/decisions/0007-include-organizations-in-tokens.rst
- openedx/core/djangoapps/oauth_dispatch/dot_overrides/validators.py 12 additions, 10 deletions...ore/djangoapps/oauth_dispatch/dot_overrides/validators.py
- openedx/core/djangoapps/oauth_dispatch/dot_overrides/views.py 7 additions, 0 deletions...edx/core/djangoapps/oauth_dispatch/dot_overrides/views.py
- openedx/core/djangoapps/oauth_dispatch/migrations/0004_auto_20180626_1349.py 55 additions, 0 deletions...apps/oauth_dispatch/migrations/0004_auto_20180626_1349.py
- openedx/core/djangoapps/oauth_dispatch/models.py 55 additions, 52 deletionsopenedx/core/djangoapps/oauth_dispatch/models.py
- openedx/core/djangoapps/oauth_dispatch/scopes.py 23 additions, 0 deletionsopenedx/core/djangoapps/oauth_dispatch/scopes.py
- openedx/core/djangoapps/oauth_dispatch/tests/factories.py 19 additions, 0 deletionsopenedx/core/djangoapps/oauth_dispatch/tests/factories.py
- openedx/core/djangoapps/oauth_dispatch/tests/mixins.py 13 additions, 4 deletionsopenedx/core/djangoapps/oauth_dispatch/tests/mixins.py
- openedx/core/djangoapps/oauth_dispatch/tests/test_models.py 20 additions, 0 deletionsopenedx/core/djangoapps/oauth_dispatch/tests/test_models.py
- openedx/core/djangoapps/oauth_dispatch/tests/test_scopes.py 33 additions, 0 deletionsopenedx/core/djangoapps/oauth_dispatch/tests/test_scopes.py
- openedx/core/djangoapps/oauth_dispatch/tests/test_views.py 123 additions, 41 deletionsopenedx/core/djangoapps/oauth_dispatch/tests/test_views.py
- openedx/core/djangoapps/oauth_dispatch/toggles.py 11 additions, 0 deletionsopenedx/core/djangoapps/oauth_dispatch/toggles.py
Please register or sign in to comment