Share all details related to your problem, including any error messages you may have received.
HI All
I am trying to add identities to a business role. I have created an assignment rule which appears to be returning the right value but the identities never get assigned to a role after a refresh. The IdentitySelector Role is attached to the business role. I am hoping to get some help to determine what I am missing on this one.
On the refresh I have process events, refresh assigned detected roles, refresh role metadata, refresh id attribs, refresh identity entitlements and a few other things
I don’t know in detail about your Rule configuration. You should have this kind of Signature.
<Signature returnType="boolean">
<Inputs>
<Argument type="identity">
<Description>
The identity.
</Description>
</Argument>
<Argument type="roleName">
<Description>
The name of the sailpoint.object.Bundle (role) that is being
selected for the Identity.
If roles are not applicable to this Identity selection, this value
will be void.
</Description>
</Argument>
</Inputs>
<Returns>
<Argument type="success">
<Description>
True if the selection was successful; false otherwise.
</Description>
</Argument>
</Returns>
</Signature>
The log object associated with the SailPointContext.
A sailpoint.api.SailPointContext object that can be used to query the database if necessary.
The identity.
True if identity meets criteria; false otherwise.