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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user