Referencing other selections in connector-spec

I am currently building a custom connector which requires multiple endpoints. I would like the ability to select from endpoints entered, later in the configuration.

To elaborate, I have cards set up to collect the different endpoint configurations, I then want to dynamically reference those configurations later when setting up aggregation criteria in the settings.

I’ve seen this type of functionality before and would like to replicate it. This is referencing the Active Directory connector in which you create a forest, and then later pick from the forests.

I want to be able to pick from these connections later in the configuration.

I don’t believe this is currently possible with the connector-spec. You can have some dynamic elements (show hide a setting when another setting is enabled), but not this specifically. I think this would be a great idea to have implemented.

The best I think that could be done today is to add multiple input fields and then have a dependency on each of them to present additional information like a checkbox to use it or something like that.

The ability to iterate on a current selection and then dynamically present additional information is not available, which I think would help with what you are trying to do, but here is how you can build dependencies on other fields, which might be able to provide with at least some of what you are looking to do: Select | SailPoint Developer Community

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.