Skip to content

update Grouper connector for midPoint to 1.0.1.0 #169

Merged
merged 1 commit into from Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file not shown.
Expand Up @@ -40,7 +40,7 @@
</q:equal>
<q:equal>
<q:path>connectorVersion</q:path>
<q:value>1.0.0.0</q:value>
<q:value>1.0.1.0</q:value>
</q:equal>
</q:and>
</filter>
Expand All @@ -54,6 +54,7 @@
<grpconf:databaseName>grouper_to_midpoint</grpconf:databaseName>
<grpconf:attrsToHaveInAllSearch>members</grpconf:attrsToHaveInAllSearch>
<grpconf:attrsToHaveInAllSearch>member_of</grpconf:attrsToHaveInAllSearch>
<grpconf:extendedGroupProperties>emailListName</grpconf:extendedGroupProperties>
</icfc:configurationProperties>
<icfc:resultsHandlerConfiguration>
<icfc:enableNormalizingResultsHandler>false</icfc:enableNormalizingResultsHandler>
Expand Down Expand Up @@ -220,6 +221,17 @@
<type>c:OrgType</type>
</focus>

<attribute>
<ref>ri:emailListName</ref>
<fetchStrategy>explicit</fetchStrategy>
<inbound>
<strength>strong</strength>
<target>
<path>emailAddress</path>
</target>
</inbound>
</attribute>

<attribute>
<ref>icfs:uid</ref>
<inbound>
Expand Down