Removing all settings that have OIDC in name (#23251)

* Removing all settings that have OIDC in name

* Removing ENABLE_DOP_ADAPTER

* changes JWT_ISSUER value in devstack
This commit is contained in:
Manjinder Singh
2020-03-04 09:06:29 -05:00
committed by GitHub
parent 44199c3f72
commit 7d2ff9cd3f
14 changed files with 3 additions and 36 deletions

View File

@@ -136,8 +136,6 @@ FEATURES['FRONTEND_APP_PUBLISHER_URL'] = 'http://localhost:18400'
REQUIRE_DEBUG = DEBUG
########################### OAUTH2 #################################
OAUTH_OIDC_ISSUER = 'http://127.0.0.1:8000/oauth2'
JWT_AUTH.update({
'JWT_SECRET_KEY': 'lms-secret',
'JWT_ISSUER': 'http://127.0.0.1:8000/oauth2',