Skip to content

Commit 99ef3d9

Browse files
committed
Apply editorial improvements originally made in 1.1 specs
1 parent 6bf68f0 commit 99ef3d9

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

openid-federation-1_0.xml

Lines changed: 17 additions & 7 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="25" month="January" year="2026"/>
8282

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

@@ -1422,13 +1422,13 @@
14221422
<t>
14231423
The Entity Type Identifier uniquely identifies the Entity Type of a
14241424
federation participant and the metadata format for that Entity Type. This
1425-
section defines a <spanx style="verb">federation_entity</spanx> Entity
1425+
section defines the <spanx style="verb">federation_entity</spanx> Entity
14261426
Type Identifier as well as identifiers for OpenID Connect and OAuth 2.0
14271427
Federation Entities.
14281428
</t>
14291429
<t>
14301430
Additional Entity Type Identifiers MAY be defined to
1431-
support use cases outside OpenID Connect and OAuth 2.0 federations.
1431+
support use cases for other protocols.
14321432
</t>
14331433

14341434
<section anchor="federation_entity" title="Federation Entity">
@@ -6733,7 +6733,7 @@ GET /authorize?
67336733
a client authentication method for the PAR endpoint
67346734
MUST be used that proves possession of one of the RP's private keys.
67356735
Furthermore, the corresponding public key MUST be in the
6736-
Entity's RP JWK Set.
6736+
Entity's RP JWK Set <xref target="RFC7517"/>.
67376737
</t>
67386738
<t>
67396739
The two applicable PAR client authentication methods are:
@@ -7433,8 +7433,9 @@ HTTP/1.1 302 Found
74337433
value in the response MUST be
74347434
<spanx style="verb">explicit-registration-response+jwt</spanx>
74357435
(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.
7436+
to prevent cross-JWT confusion between the Explicit Registration response
7437+
and other kinds of Entity Statements,
7438+
per Section 3.11 of <xref target="RFC8725"/>.
74387439
</t>
74397440
</section>
74407441

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

11681+
<t>
11682+
-48
11683+
<list style="symbols">
11684+
<t>
11685+
Applied editorial improvements originally made in the 1.1 specifications.
11686+
</t>
11687+
</list>
11688+
</t>
11689+
1168011690
<t>
1168111691
-47
1168211692
<list style="symbols">

0 commit comments

Comments
 (0)