[Openid-specs-ab] Issue #1157: Federation: 4.3: Combining Policies - Reword "combine" as "merge" where appropriate? (openid/connect)
Vladimir Dzhuvinov
issues-reply at bitbucket.org
Thu Feb 13 14:58:53 UTC 2020
New issue 1157: Federation: 4.3: Combining Policies - Reword "combine" as "merge" where appropriate?
https://bitbucket.org/openid/connect/issues/1157/federation-43-combining-policies-reword
Vladimir Dzhuvinov:
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](https://openid.net/specs/openid-connect-federation-1_0.html#rfc.section.4.3)
More information about the Openid-specs-ab
mailing list