oxTrust icon indicating copy to clipboard operation
oxTrust copied to clipboard

Cache refresh should remove persons sub entries on removal

Open yurem opened this issue 2 years ago • 1 comments

If ORM not supports cascade removal CR should remove ou=pairwiseIdentifiers,inum=person_inum,ou=people,o=gluu and ou=fido,inum=person_inum,ou=people,o=gluu related entries

In order to check if ORM supports this server can use persistenceEntryManager.hasBranchesSupport(inum=person_inum,ou=people,o=gluu)

To remove entries server can use persistenceEntryManager.remove(String primaryKey, Class<T> entryClass, Filter filter, int count);

yurem avatar Jul 18 '22 18:07 yurem

Also fido credentials

nynymike avatar Jul 18 '22 18:07 nynymike

code has been merged. closing this ticket. @MohitMaliFtechiz Can you please test it.

shekhar16 avatar Nov 19 '22 18:11 shekhar16