Acceptance Criteria
Notes
We learned that commerce-coordinator was missing from IDA_LOGOUT_URI_LIST, and it was causing more user mismatch issues between JWT and session than necessary.
- Do we want to get the rest of the IDAs into
IDA_LOGOUT_URI_LIST?
- Do we want to add a comment near
LOGIN_REDIRECT_WHITELIST to remind people to also review IDA_LOGOUT_URI_LIST?
- I found an updated https://2u-internal.atlassian.net/wiki/spaces/SRE/pages/19237450/Creating+A+New+Kubernetes+Django+Service#Configure-integration-with-the-LMS.
- Is this the most relevant doc?
Acceptance Criteria
LOGIN_REDIRECT_WHITELIST(see notes)Notes
We learned that commerce-coordinator was missing from
IDA_LOGOUT_URI_LIST, and it was causing more user mismatch issues between JWT and session than necessary.IDA_LOGOUT_URI_LIST?LOGIN_REDIRECT_WHITELISTto remind people to also reviewIDA_LOGOUT_URI_LIST?