Remove DOP dispatching from oauth_dispatch.
https://openedx.atlassian.net/browse/BOM-1330
This commit is contained in:
@@ -137,9 +137,6 @@ REQUIRE_DEBUG = DEBUG
|
||||
|
||||
########################### 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',
|
||||
|
||||
Reference in New Issue
Block a user