Skip to content

Commit

Permalink
Merge pull request #23207 from edx/msingh/remove_dop
Browse files Browse the repository at this point in the history
Removing dop code from oauth_dispatch
  • Loading branch information
dianakhuang authored Feb 27, 2020
2 parents fe22e77 + 295da79 commit f945687
Show file tree
Hide file tree
Showing 15 changed files with 117 additions and 889 deletions.
3 changes: 0 additions & 3 deletions cms/envs/devstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ def should_show_debug_toolbar(request):

########################### OAUTH2 #################################
OAUTH_OIDC_ISSUER = 'http://127.0.0.1:8000/oauth2'
ENABLE_DOP_ADAPTER = False

# pylint: disable=unicode-format-string

JWT_AUTH.update({
'JWT_SECRET_KEY': 'lms-secret',
Expand Down
50 changes: 0 additions & 50 deletions common/test/acceptance/pages/lms/oauth2_confirmation.py

This file was deleted.

110 changes: 0 additions & 110 deletions common/test/acceptance/tests/lms/test_oauth2.py

This file was deleted.

Loading

0 comments on commit f945687

Please sign in to comment.