
GautamA.93196 (Customer) asked a question.
Hi Experts,
We have an AD integration where it also pulls user groups as well.
Is there a way we can store only AD Groups by "Name" instead of "DN" of AD Groups.
For example, we added one custom attribute "allADgrps" at Okta to store all AD groups but in the mapping - AD to Okta, appuser.memberOf is fetching complete DN of user's group. How to get or map just the Name of AD Group, not DN?
Currently it fetches: CN=Wintel_Group,OU=Groups,DC=example,DC=com
Requirement: Wintel_Group
Thanks,
Aditya

@GautamA.93196 (Customer)
You can leverage workflows for something like this. You can iterate, do string functions against the DN's parse out group names , and add it to multivalued attribute
HTH
-Bala