Forum Discussion
owinoakelo
Microsoft
Sep 26, 2022Azure AD SCIM Validator is in General Availability (GA) Status
You can now validate the compatibility of your SCIM provisioning endpoint and Azure AD code base using our Azure AD SCIM Validator. This tool can be used by ISVs who want to build SCIM compatible ser...
ekos2001
Aug 18, 2023Copper Contributor
I was trying to use SCIM sdk library (https://github.com/Captain-P-Goldfish/SCIM-SDK) and they are adding common attributes (like "id") to the schema. According to specification, some providers MAY include the common attributes. https://datatracker.ietf.org/doc/html/rfc7643#section-3.1
For backward compatibility, some existing schema definitions MAY list
common attributes as part of the schema. The attribute
characteristics (see [Section 2.2](https://datatracker.ietf.org/doc/html/rfc7643#section-2.2)) listed here SHALL take precedence
over older definitions that may be included in existing schemas.
Unfortunatelly, SCIM validator doesn't handle this case correctly.
Is there any chance that it could be fixed?
Thank you