SCIM GET 400 Invalid config scope reference

Problem

Span hits 400 on SCIM config GET. weird scope error popping up when checking auth scheme directives.

Code

tracer.startActiveSpan('scim.config', () => fetch('/scim/v2/ServiceProviderConfig', { headers: { 'Accept': 'application/scim+json' } }));

Error

{"detail":"Invalid config scope reference in attribute support matrix"}.

Question

Don’t see the header needed for matrix validation in the docs. might be a version flag issue.