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
Add comment near LOGIN_REDIRECT_WHITELIST (see notes)
Communicate action needed (but not specifying who needs to take action).
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?
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_WHITELIST
to remind people to also reviewIDA_LOGOUT_URI_LIST
?The text was updated successfully, but these errors were encountered: