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.
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.