After upgrading Aria Automation and Aria Automation Config to 8.16.2 the VMware Identity Manager / Workspace ONE integration with Aria Config no longer works
Aria Config 8.16.2 and newer
Changes in how Aria Automation integrates with VMware Identity Manager do not allow for proper passthrough of the integration to Aria Automation Config as of version 8.16.2
The current workaround is to disable the vIDM integration provided by Aria Automation, to do this we remove the identity integration parameters stored by Aria Config in the postgres database
NOTE: This procedure does not break any functional integration between the Automation and Config platforms. Provisioning salt-minions via Aria Automation blueprints will continue to work. This will only effect authentication to the Aria Config web UI, which will fall back to local accounts
systemctl stop raas
\l # raas db will be named like "raas_xxxx"
\c raas_43cab1f4de604ab185b51d883c5c5d09 # connects to the raas db
delete from vra_params; # Do not run this without having taken the appropriate backup steps outlined above