Users from different tenants can have issues when calling MACMA/MDM concurrently
The request interceptor e.g. CustomOAuth2FeignRequestInterceptor used in OpenFeignClient is not stateless, the accessToken is saved in the context. In case of multi-threading with request for different tenant, the last tenant overwrites the first tenant’s token. Request to MDM/MACMA for the first tenant will fail since the token is valid for another tenant.