I’ve implemented a .NET 8 SCIM server per your really great blog. Testing has gone very well except for one headache. If I test with a bad or no auth header the response is just the http status with no SCIM protocol JSON. I was expecting the JSON SCIM message and so is your runscope test. My major deviation from your blog is I am using controller instead of minimal framework. What should I be doing in order to properly handle the unauthorized response?