Custom Attributes

Following are the two types of Custom attributes supported in PingOne:

Configuring Custom Attributes in Account schema and Create Account

  1. Declared

    For example:

    Copy
    {

    CustomAttribute : "Value",

    CustomMultiValuedAtts : ["Value1", "Value2"]

    }

    Declared attributes can be added directly in Account schema by attribute name.

    Note
    While configuring multivalued attribute in Account schema Ensure to mark that attribute as multivalued.

  2. JSON

    The following example outlines how to add the JSON attributes in Account schema

    Copy
    {

    CustomJSONAttribute : {

    "id" : "01",

    "name" : "Test"



    }

    Below ID and Name should be added as complex attributes:

    • CustomJSONAttribute.id

    • CustomJSONAttribute.name

Note
Provisioning of custom multi-valued JSON attribute is not supported in PingOne connector.