IBM Verify

 View Only

 issue Assigning Role via Custom Adapter in ISVG – "[BrokerageDriver]: Group

mohamed ghonim's profile image
mohamed ghonim posted Tue May 13, 2025 06:29 AM

Hello everyone,

I’ve developed a custom adapter for IBM Security Verify Governance (ISVG) and successfully completed the following actions:

  • Account reconciliation (users and roles are visible in ISVG)

  • Account provisioning (create, suspend, restore) – all working as expected

However, I’m encountering an issue when trying to assign a role to an account. The following error is thrown:

[BrokerageDriver]: Group <role name> not found on target 4853652000918933905

I traced the issue and noticed that no request is actually being sent to the target system when this operation is triggered. I confirmed this by reviewing the adapter logs — there's no log entry or API call made related to the role assignment.

Has anyone faced a similar issue, or can you provide guidance?

Any help or pointers would be greatly appreciated.

Thanks in advance!

mohamed ghonim's profile image
mohamed ghonim

It was caused by a mismatch between the JSON file used by the adapter and the defined attributes in the group (role) class within the schema. Some attributes were missing or incorrectly defined in the JSON file.

After aligning the attributes in the JSON file with those defined in the schema, It is now working correctly.