Federation: 4.3: Combining Policies - Reword "combine" as "merge" where appropriate?

Issue #1157 resolved
Vladimir Dzhuvinov created an issue

In the section describing the processing of policy metadata from entities in a trust chain:

I’d like to propose a change in wording - to say “merge” instead of “combine” where the parameters of two operations of the same type, e.g. subset_of , are taken to produce a single one.

"subset_of": ["openid", "eduperson", "phone"]

+

"subset_of": ["openid", "eduperson", "address"]

=>

"subset_of": ["openid", "eduperson"]

And leave “combine” as it is to mean collection of policies of different types.

https://openid.net/specs/openid-connect-federation-1_0.html#rfc.section.4.3

Comments (4)

  1. Log in to comment