Use more precise regexes in 13-config-sessions-consent
The regex "idp.consent.attribute-release.userStorageKey" was matching both
- "idp.consent.attribute-release.userStorageKey"
- "idp.consent.attribute-release.userStorageKeyAttribute"
and therefore the first regex was overwriting the second Attribute and the 2nd Attribute was added again, which resulted an idp.proerties with multiple duplicate keys. Same was happening with the -terms-of-use- keys.