OpenConext / OpenConext-attribute-aggregation

OpenConext attribute aggregation
Apache License 2.0
1 stars 2 forks source link

Make REST AA return the values in stable order #131

Closed thijskh closed 5 days ago

thijskh commented 5 days ago

Currently the generic REST AA does not deliver the attribute values in a stable (sorted) order. This makes e.g. EB generate a new hash every time and thereby present the consent screen

Other AA's including the Abstract AA use sorting to make the list stable, but the REST AA overrides the List method that does this.

Please return the attribute values in sorted order in the REST AA.