You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@robrap what do you mean by "Clean up" here. Should this setting be removed or should we be updating everything so that it defaults to true? Something else?
Also it sounds like there is a second small task to not encrypt the Audience data in the JWT? How would that work, isn't the Audience a part of the payload?
JWT audience is validated if
JWT_VERIFY_AUDIENCE
is set to True. Seeedx-drf-extensions/edx_rest_framework_extensions/auth/jwt/decoder.py
Line 260 in ae7416f
However, since we don't have a strong stance on this,
JWT_VERIFY_AUDIENCE
is set to False in many places, including in edx.org settings. See https://github.com/search?q=(org%3Aopenedx%20OR%20org%3Aedx)%20JWT_VERIFY_AUDIENCE&type=codeAdditionally, in many edx.org settings, the AUDIENCE setting is unnecessarily encrypted, which leads to further confusion.
The text was updated successfully, but these errors were encountered: