DecryptAssertions/Attributes using unsupported list removals
Basics
Logistics
Basics
Logistics
Description
Two of the decryption profile actions that aren't ever run by the existing IdP code are broken due to reliance on list remove operations that run through iterators. The indexed XMLObject lists that back the XMLObject get methods disallow certain types of removal.
Need to redo using supported operations.
DecryptNameID worked because it does a get/set on a singleton child.
Two of the decryption profile actions that aren't ever run by the existing IdP code are broken due to reliance on list remove operations that run through iterators. The indexed XMLObject lists that back the XMLObject get methods disallow certain types of removal.
Need to redo using supported operations.
DecryptNameID worked because it does a get/set on a singleton child.