Removing DOP from auth_exchange (#23187)

-  This PR removes all imports from provider by either bringing them into edx-platform or finding dot replacement. Removing tests that tested dop parts of code. 

-  Skipping some tests and removing dop

The tests are difficult to fix due to its entanglement with dop use in third_party_auth.
These tests should be restarted once dop has been removed from third_party_auth and its tests.

-  set ENABLE_DOP_ADAPTER = False for devstack
This commit is contained in:
Manjinder Singh
2020-02-26 10:21:27 -05:00
committed by GitHub
parent 45c97c789d
commit e9e584b28b
9 changed files with 143 additions and 127 deletions

View File

@@ -137,6 +137,7 @@ REQUIRE_DEBUG = DEBUG
########################### OAUTH2 #################################
OAUTH_OIDC_ISSUER = 'http://127.0.0.1:8000/oauth2'
ENABLE_DOP_ADAPTER = False
# pylint: disable=unicode-format-string