Open adrianlavery opened 7 months ago
I have a theory that if the code is run in app service with "easy auth" switched on, this may inject the correct headers to enable the carts API. If so, need to consider how this may be done via the likes of our JavaScript MSAL libraries https://github.com/AzureAD/microsoft-authentication-library-for-js or https://www.npmjs.com/package/@azure/msal-react outside of App Services.
In the current codebase, the carts API is only called if a user is logged in. It would be good to enable this so it's always called in order to enable more chaos experiments to be run on the environment