|
26 | 26 |
|
27 | 27 | <front> |
28 | 28 | <title abbrev="OpenID Federation">OpenID Federation 1.0 - |
29 | | - draft 47 |
| 29 | + draft 48 |
30 | 30 | </title> |
31 | 31 |
|
32 | 32 | <author fullname="Roland Hedberg" initials="R." role="editor" |
|
78 | 78 | </address> |
79 | 79 | </author> |
80 | 80 |
|
81 | | - <date day="20" month="January" year="2026"/> |
| 81 | + <date day="25" month="January" year="2026"/> |
82 | 82 |
|
83 | 83 | <workgroup>OpenID Connect Working Group</workgroup> |
84 | 84 |
|
|
1422 | 1422 | <t> |
1423 | 1423 | The Entity Type Identifier uniquely identifies the Entity Type of a |
1424 | 1424 | 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 |
1426 | 1426 | Type Identifier as well as identifiers for OpenID Connect and OAuth 2.0 |
1427 | 1427 | Federation Entities. |
1428 | 1428 | </t> |
1429 | 1429 | <t> |
1430 | 1430 | 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. |
1432 | 1432 | </t> |
1433 | 1433 |
|
1434 | 1434 | <section anchor="federation_entity" title="Federation Entity"> |
@@ -6733,7 +6733,7 @@ GET /authorize? |
6733 | 6733 | a client authentication method for the PAR endpoint |
6734 | 6734 | MUST be used that proves possession of one of the RP's private keys. |
6735 | 6735 | Furthermore, the corresponding public key MUST be in the |
6736 | | - Entity's RP JWK Set. |
| 6736 | + Entity's RP JWK Set <xref target="RFC7517"/>. |
6737 | 6737 | </t> |
6738 | 6738 | <t> |
6739 | 6739 | The two applicable PAR client authentication methods are: |
@@ -7433,8 +7433,9 @@ HTTP/1.1 302 Found |
7433 | 7433 | value in the response MUST be |
7434 | 7434 | <spanx style="verb">explicit-registration-response+jwt</spanx> |
7435 | 7435 | (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"/>. |
7438 | 7439 | </t> |
7439 | 7440 | </section> |
7440 | 7441 |
|
@@ -11677,6 +11678,15 @@ Host: op.umu.se |
11677 | 11678 | <section anchor="History" title="Document History"> |
11678 | 11679 | <t>[[ To be removed from the final specification ]]</t> |
11679 | 11680 |
|
| 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 | + |
11680 | 11690 | <t> |
11681 | 11691 | -47 |
11682 | 11692 | <list style="symbols"> |
|
0 commit comments