I am getting this error: SCIM Validation failed. Error occurred when resolving the given URI. when trying to test my endpoint using local endpoint

Ankit Raibole 0 Reputation points
2024-05-20T09:49:16.1066667+00:00

I am using this URL "https://api.testcompany.local/scim/v2" to test my enpoints but i am getting this error.

SCIM Validation failed. Error occurred when resolving the given URI

i am using https://scimvalidator.microsoft.com/

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

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Danny Zollner 9,531 Reputation points Microsoft Employee
    2024-05-20T17:25:05.29+00:00

    The URL that is provided in the SCIM endpoint field needs to be publicly resolvable. Your domain ending in .local is most definitely not, and any device not passing DNS requests to your local network's DNS server(s) cannot resolve this URL.

    0 comments No comments