openid / federation

4 stars 3 forks source link

Some examples for "add" metadata policy operator have wrong operator value type #33

Open cicnavi opened 1 month ago

cicnavi commented 1 month ago

In definition of 'add' policy operator 6.1.3.1.2. add, possible operator values are arrays only:

image

However, there are some examples of this policy operator which uses string for value:

image

By searching for pattern 'add": "', I could find 5 of those cases (there are also examples which use arrays).

selfissued commented 1 month ago

We discussed this on the 14-Aug-24 Federation editors' call. We agree that this needs to be corrected. @rohe will create a PR.

vdzhuvinov commented 1 month ago

Good catch, thanks for filing this issue