Need to connect to target application with both JDBC and rest API connectors

Which IIQ version are you inquiring about?

IIQ 8.4

Please share any images or screenshots, if relevant.

This is the Architecture of Role mining tool I want to build, The external role mining tool will pull the user information and entitlements details from IIQ and send back the information about entitlements which are not used

IIQ is connecting to the Role mining tool through JDBC connection while pushing the data , while pulling data from Role mining tool it is connecting though rest API connectors. Is it possible to connect with same application through two different connectors ?

I dont think so. The class of the connector is linked in the application. Unless you implement a custom connector that forwards the incoming operations to either of the two connectors youll have to use a second application. Or you could try to do the pushing of data in a custom task without relying on any application.

And also the third option would be to have your tool pull the data using the SCIM api.

1 Like

@Sam02GT

Welcome to Developer community

Whenever you have different provisioning and aggregation mechanism , you can go with the Integration Config approach and within the integration config executers you can override the operations specific code you need for provisioning

1 Like