We are creating group in Azure with displayname and mailnickname.
Duplicate groups are getting created when we have same displayname and mailnickname.
How can we avoid creating duplicate group when we have displayname and mailnickname only?
Hi @satheeshv
Please get the configuration details from application.
complete schema details from application.
I would like to review configuration especially group schema.
Hi @satheeshv,
the groups are duplicated because those attribute are not the identity attribute for groups in Azure, so for IIQ are 2 different object.
You can change the identity attribute or manage it in the before prov. rule deleting or changing the plan when a object with the same displayname-mailnickname comes.
@satheeshv As Emanuele said, just add displayName as identity attribute in Group Schema will solve the problem. You will see header as “Display Attribute”. let us know if that works.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.