Hi team,
I'm working on IBM Security Verify and my goal is to automatically add a user to a group during the registration phase.
I have created a flow designer to achieve this, but when I test its functionality, the user is created but is not assigned to any group.
This is my flow designer:
In this flow I have specified the group ID to which the user should be added
The number 4 represents the identifier of the group attribute obtained via an API call.
{
"id": "4",
"name": "groupIds",
"description": "The list of groups that the user belongs to.",
"scope": "global",
"sourceType": "schema",
"datatype": "string[]",
"tags": [
"sso",
"prov"
],
"credName": "groupIds",
"schemaAttribute": {
"name": "ibm-allGroups",
"attributeName": "groups",
"scimName": "groups",
"customAttribute": false
},
"displayName": "Group IDs"
}
Does anyone knows how to help me?
Thanks for your availability
------------------------------
Carmine Salvatore
------------------------------