Skip to content
Snippets Groups Projects
Unverified Commit 432a3d0f authored by Nimisha Asthagiri's avatar Nimisha Asthagiri Committed by GitHub
Browse files

Merge pull request #20691 from edx/arch/dont-update-lms-from-jwt

Prevent JWT Authentication from updating LMS User Data
parents 936f94cf 1ebecef5
No related merge requests found
......@@ -3184,6 +3184,12 @@ JWT_AUTH = {
'JWT_AUDIENCE': 'change-me',
}
EDX_DRF_EXTENSIONS = {
# Set this value to an empty dict in order to prevent automatically updating
# user data from values in (possibly stale) JWTs.
'JWT_PAYLOAD_USER_ATTRIBUTE_MAPPING': {},
}
################################ Settings for Microsites ################################
### Select an implementation for the microsite backend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment