"query did not return a unique result: 2"
occurred when attempting to add an Active Directory integration in a newly created tenant.ORG_ID
were present in the ad_abx_config
database table, causing the tenant's integration to fail. vracli dev psql
provisioning-db: \c provisioning-db
ORG_ID
in the ad_abx_config database table using the following SQL command:DELETE FROM ad_abx_config WHERE org_id='<effected tenant's ORG_ID>';
5. Add the AD Integration to the tenant again to see if the issue is resolved.