0
Completed

Configuration needs to be checked in IdentityBroker for the uniqueness of adapter ids with regards to inner adapter ids

Tony Sheehy 12 years ago updated by anonymous 8 years ago 4

An identity broker adapter engine configuration similar to the following will not break, and will overwrite entities in the db:

<composite-adapter id="YYYYYYY">
<adapter id="XXXXXXXXX" />
</composite-adapter>

<adapter id="XXXXXXXXX" />

Matthew, could you please look at this?

Thanks.

Tony,

This is another minor issue you could look at, if this has not been already fixed.

Matt

The adapter repository checks against the partitions of the adapters currently in the repository before allowing a new adapter to be added.