Assigment Rule Filter

Hello,

I am creating a rule so that a role is assigned to the Helix account, but I require that it meet a condition, where it must be evaluated that the identity has an email address and also that it is unique to the @fsanpablo.com domain.

IIQ 8.4 P1


I am using the following filter but it returns an error.

Regards

Hi @wendycape

Remove the first and last lines.

Additionally, I guess you need to use LIKE instead of IN in the second filter.

1 Like

Hi @wendycape ,

As per the screenshot, Seconf Filter has been closed twice which is causing the issue.

Try with below Filter.

2 Likes

Hello Arun,

Thanks for the idea, I don’t believe the account, but I want to check the log, do you know what the helix connector is called in log4j2?

I named it that, but I don’t know if it’s correct.

logger.HelixConnector.name=sailpoint.connector.HelixConnector
logger.HelixConnector.level=trace
logger.HelixConnector.name=sailpoint.connector.activedirectory
logger.HelixConnector.level=trace

Regards.

Hi @wendycape ,

To find the connector name, navigate to Debug → Application, select the application, and open it. Then, search for “connector” to find the connector name. You can use this same connector name in the log4j2 file.

1 Like

Thanks everybody.

I can see the log, but I have one more question, do you know which tables that connector points to? We have managed to create the account in the users table, but the client requires that the people table be filled.

Any idea what tables the native connector sees?

Regards.

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