Skip to content

Commit 4f1d03e

Browse files
authored
Merge pull request #329 from openid/mbj-editorials-from-1.1
Apply editorial improvements originally made in 1.1 specs
2 parents 6bf68f0 + 4ecc482 commit 4f1d03e

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

openid-federation-1_0.xml

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<front>
2828
<title abbrev="OpenID Federation">OpenID Federation 1.0 -
29-
draft 47
29+
draft 48
3030
</title>
3131

3232
<author fullname="Roland Hedberg" initials="R." role="editor"
@@ -78,7 +78,7 @@
7878
</address>
7979
</author>
8080

81-
<date day="20" month="January" year="2026"/>
81+
<date day="1" month="February" year="2026"/>
8282

8383
<workgroup>OpenID Connect Working Group</workgroup>
8484

@@ -232,7 +232,7 @@
232232
by <xref target="OpenID.Core">OpenID Connect Core 1.0</xref>, and
233233
the terms "Authorization Endpoint", "Authorization Server (AS)",
234234
"Client", "Client Authentication", "Client Identifier", "Client Secret",
235-
"Grant Type", "Protected Resource", "Redirection URI", "Refresh Token",
235+
"Protected Resource", "Redirection URI", "Refresh Token",
236236
"Resource Server (RS)", and "Token Endpoint"
237237
defined by <xref target="RFC6749">OAuth 2.0</xref>.
238238

@@ -1117,7 +1117,9 @@
11171117
</t>
11181118
<t hangText="Leaf">
11191119
<vspace/>
1120-
In an OpenID Connect identity federation, an RP or an OP,
1120+
An Entity with no Subordinate Entities,
1121+
which typically plays a protocol role.
1122+
For instance, in an OpenID Connect identity federation, an RP or an OP,
11211123
or in an OAuth 2.0 federation, a Client, Authorization Server, or Protected Resource.
11221124
</t>
11231125
<t hangText="Intermediate">
@@ -1422,13 +1424,13 @@
14221424
<t>
14231425
The Entity Type Identifier uniquely identifies the Entity Type of a
14241426
federation participant and the metadata format for that Entity Type. This
1425-
section defines a <spanx style="verb">federation_entity</spanx> Entity
1427+
section defines the <spanx style="verb">federation_entity</spanx> Entity
14261428
Type Identifier as well as identifiers for OpenID Connect and OAuth 2.0
14271429
Federation Entities.
14281430
</t>
14291431
<t>
14301432
Additional Entity Type Identifiers MAY be defined to
1431-
support use cases outside OpenID Connect and OAuth 2.0 federations.
1433+
support use cases for other protocols.
14321434
</t>
14331435

14341436
<section anchor="federation_entity" title="Federation Entity">
@@ -6733,7 +6735,7 @@ GET /authorize?
67336735
a client authentication method for the PAR endpoint
67346736
MUST be used that proves possession of one of the RP's private keys.
67356737
Furthermore, the corresponding public key MUST be in the
6736-
Entity's RP JWK Set.
6738+
Entity's RP JWK Set <xref target="RFC7517"/>.
67376739
</t>
67386740
<t>
67396741
The two applicable PAR client authentication methods are:
@@ -7433,8 +7435,9 @@ HTTP/1.1 302 Found
74337435
value in the response MUST be
74347436
<spanx style="verb">explicit-registration-response+jwt</spanx>
74357437
(and not <spanx style="verb">entity-statement+jwt</spanx>)
7436-
to prevent confusion between the Explicit Registration response
7437-
and other kinds of Entity Statements.
7438+
to prevent cross-JWT confusion between the Explicit Registration response
7439+
and other kinds of Entity Statements,
7440+
per Section 3.11 of <xref target="RFC8725"/>.
74387441
</t>
74397442
</section>
74407443

@@ -10405,7 +10408,7 @@ HTTP/1.1 302 Found
1040510408
</address>
1040610409
</author>
1040710410

10408-
<date day="20" month="January" year="2026"/>
10411+
<date day="1" month="February" year="2026"/>
1040910412
</front>
1041010413
</reference>
1041110414

@@ -10461,7 +10464,7 @@ HTTP/1.1 302 Found
1046110464
</address>
1046210465
</author>
1046310466

10464-
<date day="20" month="January" year="2026"/>
10467+
<date day="1" month="February" year="2026"/>
1046510468
</front>
1046610469
</reference>
1046710470

@@ -11677,6 +11680,15 @@ Host: op.umu.se
1167711680
<section anchor="History" title="Document History">
1167811681
<t>[[ To be removed from the final specification ]]</t>
1167911682

11683+
<t>
11684+
-48
11685+
<list style="symbols">
11686+
<t>
11687+
Applied editorial improvements originally made in the 1.1 specifications.
11688+
</t>
11689+
</list>
11690+
</t>
11691+
1168011692
<t>
1168111693
-47
1168211694
<list style="symbols">

0 commit comments

Comments
 (0)