SCIM, extended attributes

Hello all,

it is OIM v9.0.

Documentation says, SCIM connector supports RFC 7643 https://www.rfc-editor.org/rfc/rfc7643. Additionally to so-called "Core" schema the standard (RFC 7643) describes possibility to have "extended attributes" by having them in their own sub-attribute namespaces (e.g. "urn:ietf:params:scim:schemas:extension:enterprise:2.0:User"). Does it mean, the connector should be able to see the additional attributes?

While the schemas seem to be correctly defined I do not see any of the attributes (while I do see them via Postman for the same objects I check via Browser in SyncEditor) defined in additional extension schemas. Does anybody know whether OIM is supposed to read extensions as well as "Core" schema?

Best regards,

Alexey

Parents Reply
  • Just to be sure. You do not mean, new additional attributes in the same "Core" schema you actually did use separate extension schema for the extended attributes, correct?

    What I mean, in our case we have User attributes spread accross 3 schemas,

    - urn:ietf:params:scim:schemas:core:2.0:User

    - urn:ietf:params:scim:schemas:extension:enterprise:2.0:User

    - urn:ietf:params:scim:schemas:extension:sap:2.0:User

    Via Browser in SyncEditor I currently only see attributes from "urn:ietf:params:scim:schemas:core:2.0:User" schema.

Children