Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions openid-federation-1_0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</address>
</author>

<date day="11" month="January" year="2026"/>
<date day="14" month="January" year="2026"/>

<workgroup>OpenID Connect Working Group</workgroup>

Expand Down Expand Up @@ -3884,7 +3884,8 @@
in the delegation.</t>
<t>The current time MUST be after the time represented by the iat (issued at) Claim in the delegation
(possibly allowing for some small leeway to account for clock skew).</t>
<t>The current time MUST be before the time represented by the exp (expiration) Claim in the delegation
<t>If the <spanx style="verb">exp</spanx> (expiration) Claim is present in the delegation,
the current time MUST be before the time it represents
(possibly allowing for some small leeway to account for clock skew).</t>
<t>
The value of the Claim <spanx style="verb">trust_mark_type</spanx> in the delegation MUST be the same
Expand Down Expand Up @@ -8194,7 +8195,7 @@ HTTP/1.1 302 Found
<t>
Some of the interfaces defined in this specification could be used for
Denial-of-Service attacks (DoS), most notably, the resolve endpoint
(<xref target="entity_listing"/>), Explicit Client Registration
(<xref target="resolve"/>), Explicit Client Registration
(<xref target="explicit"/>), and
Automatic Client Registration (<xref target="automatic"/>) can
be exploited as vectors of HTTP propagation attacks.
Expand Down Expand Up @@ -11534,6 +11535,9 @@ Host: op.umu.se
<t>
Applied clarifications identified while splitting the 1.1 specs.
</t>
<t>
Fixed Trust Mark Delegation validation to handle optional <spanx style="verb">exp</spanx> Claim.
</t>
</list>
</t>

Expand Down