Is there a format validator on the base SCIM URL path? is <apiserver>/scim2/v1 acceptable?

Inna 0 Reputation points
2024-03-07T20:33:49.3466667+00:00

Getting an error trying to test Tenant URL connection for SCIM service.

Is there a format validator on the base SCIM URL path?

Is <apiserver>/scim2/v1 acceptable format for the base URL?

User's image

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. Danny Zollner 10,816 Reputation points Microsoft Employee Moderator
    2024-03-07T22:32:32.81+00:00

    I don't believe there is any validation on the URL. I don't see the error you are receiving in your post, but I suspect the failure is unrelated to the URL. Edit after screenshots:

    The SCIM client is making a GET call querying if a specific user exists. That user is not expected to exist, as this is just a functional test of the server during credential validation. Any query on /Users that is syntactically correct and isn't using non-existent parameters or attribute names should return a 200/OK, not a 404.

    Your server is returning a 404 which is the issue.


Your answer

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