Hi everyone,
I am trying to collect data (users, groups, roles) from Tenable.sc application and I have found an article about Tenable integrations, see the Tenable - Technology Integrations but there is nothing about RSA IGL.
Is there anything for RSA Identity Governance and Lifecycle?
Or do you have an idea, how to set up an application and an account collector for Tenable.sc in RSA IGL properly?
Thank you.
P.S.:
Our version of RSA IGL is 7.1.0.143825
Hi Martin,
I can't track down a proper database schema reference for Tenable.sc, but I was able to find that they have a pretty well documented RESTful API which you could use. IGL doesn't have a collector type for RESTful web services (although it does have an AFX connector so you could push out changes).
Using some middleware to make calls to things like the User method and either writing the required fields to a flat file and then using the CSV database collector or mapping the fields to a staging database and potentially using a multi-app data collector (MADC) might be your best shot.
Cheers,
Alex.