Hi ,
I need some suggestions on below.
IDN will need to do a SQL INSERT into the database when a user is added to the Azure AD group.
How this can be achieved using workflow or any methods? Please advice.
Thank you!
Hi ,
I need some suggestions on below.
IDN will need to do a SQL INSERT into the database when a user is added to the Azure AD group.
How this can be achieved using workflow or any methods? Please advice.
Thank you!
Hi @Manju22 ,
May be you can add more details about what you want to achieve through Insert statement. When you mention SQL Insert, I am assuming that it needs a group/entitlement to be added in a particular database that is onboarded already in your IDN.
You can achieve it via Roles and Workflows both.
Regards,
Uday
Thanks Uday.
We need to create record into the database if any new user added into the Azure AD group. Can you please advise.
Is this database integrated as a source in IdentityNow? And this record that is planned to insert, does it add a group to the user? or create a user record in database?
Yes, its a JDBC connector source in IDN.We need to create a user record in database if user added to Azure AD group
If your JDBC source is already developed and configured for the user account creation using JDBC Provisioning rule, then you can simply have a role defined with assignment criteria as Azure AD group entitlement and the respective JDBC group as the access profile.
Whenever user is added with Azure AD group or for all the existing users who has the Azure AD group, the IdentityNow role is assigned which in turn adds the database group to the user. This invokes the JDBC connector to create an account(if not already present) and add the group using your JDBC provisoning rule.
If you do not intend to assign the database group for existing users, you can choose the Workflow route as I mentioned in the earlier comment.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.