ActiveDirectory + SingleAccountAggregation + IIQ 8.4

IIQ version: 8.4

Hi,

there is a generic example for single account aggrations, based on ConnectorFactory.

With IIQ 8.4 and an ActiveDirectory connector the following error occurs:

sailpoint.connector.InvalidConfigurationException:
[ InvalidConfigurationException ]
[ Possible suggestions ] Verify that mandatory fields should not be empty in the application configuration.
[ Error details ] Required string attribute ‘authorizationType’ is not defined.It must have a valid value

‘authorizationType’ is a domainSetting+forestSettings property and exists in our configuration with value ‘simple’.

Does anyone know how I can use the IIQ internals to resolve this issue?

Community-Link: Aggregating a single account from an application - Page 2 - Compass

thx

Hi @chriskk,

Define the authorizationType as
<entry key=“authorizationType” value=“simple”/ >
in the Active Directory application XML in the environment.

1 Like

thx, now it works :slight_smile:

1 Like

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