Create Object node
The Create Object node lets you create a new object in the underlying identity service based on information collected during authentication, such as user registration.
Any managed object attributes that are marked as required in the underlying identity service must be collected during authentication in order to create the new object.
Compatibility
Product | Compatible? |
---|---|
Advanced Identity Cloud |
Yes |
PingAM (self-managed) |
Yes |
Ping Identity Platform (self-managed) |
Yes |
Configuration
Property | Usage | ||
---|---|---|---|
Identity Resource |
The type of managed identity resource object that this node creates. It must match the identity resource type for the current flow.
Default: |
Errors
This node can log the following warning messages:
Message | Notes |
---|---|
Failed to create object |
The preceding nodes don’t provide all the fields required to create the object. |
Failed to retrieve object’s schema |
The node failed to get the list of required attributes from the Identity Resource schema. |
Example
The following example uses this node with the Increment Login Count node to create a new user object.
-
The Page node includes various nodes that collect attributes and store them in the shared node state.
-
The Create Object node uses these attributes to create the new user.
-
The Increment Login Count node resets the retry count on successful authentication of the new user.