IBM Verify

IBM Verify

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  SCIM User Profile Attributes meanings

    Posted Wed January 13, 2021 02:22 PM
    In this URL https://www.ibm.com/support/knowledgecenter/SSPREK_10.0.0/com.ibm.isva.doc/admin/concept/con_scim_attribute_map.html
    I can find the attributes that compose the user profile.
    Some of their meaning is quite obvious, but others are not. Where can I find the definition of each attribute, and how it is used by ISAM?

    If I want to extend the user profile attributes, by creating user-defined attributes, can I do it? how? For example Civil status, or Client Level.

    ------------------------------
    Joao Goncalves
    Pyxis, Lda.
    Sintra
    +351 91 721 4994
    ------------------------------


  • 2.  RE: SCIM User Profile Attributes meanings

    Posted Thu January 14, 2021 12:30 AM

    Hi Joao,

    For the SCIM attribute names, the best places to consult are the SCIM RFCS:
    https://tools.ietf.org/html/rfc7643
    https://tools.ietf.org/html/rfc7644

    Specifically check out Section 4.1 "User" Resource Schema
    https://tools.ietf.org/html/rfc7643#section-4.1

    For the LDAP attribute names, that would be LDAP system specific, so you'll need to consult the LDAP vendor information there.

    As for adding new attributes, it is not currently possible to add new attribute names to the existing user profile schema. You can overload existing, unset attributes with your required LDAP data, however that isn't a very graceful workaround.

    I believe there is an RFE open for support of custom attributes, please feel free to vote on it so that we can prioritise adding that feature to the product.



    ------------------------------
    Jasmine
    ------------------------------