Adding an objectClass (contact) to an AD Group using MS adv2 integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2024 05:13 AM
I'm just getting familiar with Integration Hub = Microsoft AD V2 spoke.
I've been able to the "User" record to any AD Group within our domain separated environment.
Now I'm being tasked to ad the objectClass=Contact to a specific domain's ad groups.
Requirement:
Our Main Company Domain is called X.1
We have to divisions using this domain and another 2 divisions using their own domains. X.2 and X.3
For this catalog item request, i'm granting Azure Devops access for users. Depending on their license requirements, I have four AD security groups to choose from. 2 are for basic and the others are for elevated.
Users in domain X.1 get added to AD Group 1 or 3
While users in X.2 or X.3 get added to Group 2 or 4.
Now the ad groups live in Domain X.1
For users in other domains, there is an objectClass called "Contact" that is created to allow that person access to the domain information.
I have a flow that can find the object class (using find objectclass with filter) and, with a JSON Parser activity, separate the data for the object's response.
The issue i'm having is, my Add user to group is not capturing data from the json parser.
Now the parser has the data in the response
Why is the data not showing in my Add user to group activity. I've tried Name, Distinguished Name, Connical,....