We have a requirement to automatically assign a default AD group to an account when it gets created in the target application

Hi All,

We have a requirement to automatically assign a default AD group to an account when it gets created in the target application.

"Could you please advise how we can achieve this?

I have tried using a Business Role with an assignment rule, but it’s not working as expected. Below is a screenshot for your reference."

@Venu1010 ,First, create a business role named, for example, “Basic Access.” Then, define a rule using a condition such as (usertype = “Employee”) OR (usertype = “Contractor”),or any relevant attribute coming from the target application. Next, assign this rule to the “Basic Access” role. Ensure that the corresponding group exists in Active Directory (AD). This setup will automatically assign any new user who matches the condition to the “Basic Access” AD group.