SCIM Validator "Invalid credentials!" when testing SCIM schema

Jurij 0 Reputation points
2025-05-08T13:25:46.7966667+00:00

Hi everyone,

I'm running into a problem when trying to test a SCIM schema. After clicking "Discover Schema", everything seems to work fine — the schema is detected successfully.

However, when I click "Test Schema", I get the following error:

Invalid credentials! Please Check the following Errors: Other Errors could be: SCIM Validator address not in the allowed range. Check our IP address range in the 'Tools and Resources' section of this portal.

What confuses me is the "Invalid credentials" message. If the credentials were actually wrong, why would "Discover Schema" work in the first place? The token I provided seems to be valid since it successfully fetched the schema. So I’m not sure why it would fail during the test step.

Could this error actually be related to an IP restriction instead? Is it about the IP address of my SCIM provider, or the IP from which I’m accessing the portal?

Any ideas or guidance would be much appreciated — thanks in advance!

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
24,473 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Michele Ariis 5 Reputation points MVP
    2025-05-08T14:05:32.1766667+00:00

    Hi Jurij, that “Invalid credentials!” in Test is often due to IP restriction, not the token:

    Whitelist the IP range of the SCIM Validator (see “Tools and Resources”).

    Verify that Test sends the Authorization: Bearer <token> correctly.

    Make sure your SCIM endpoint handles the paging parameters (startIndex, count).

    Then it should unlock


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.