Skip to content

Commit

Permalink
Merge pull request #32 from selfissued/mbj-media-types
Browse files Browse the repository at this point in the history
Editorial with three approvals - merging
  • Loading branch information
selfissued authored Aug 14, 2024
2 parents 6bafeb8 + 4801115 commit 9feb655
Showing 1 changed file with 95 additions and 11 deletions.
106 changes: 95 additions & 11 deletions openid-federation-1_0.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<front>
<title abbrev="OpenID Federation">OpenID Federation 1.0 -
draft 37
draft 38
</title>

<author fullname="Roland Hedberg" initials="R." role="editor"
Expand Down Expand Up @@ -87,13 +87,19 @@
</address>
</author>

<date day="29" month="July" year="2024"/>
<date day="12" month="August" year="2024"/>

<workgroup>OpenID Connect Working Group</workgroup>

<keyword>OpenID</keyword>
<keyword>Connect</keyword>
<keyword>Federation</keyword>
<keyword>Multilateral Federation</keyword>
<keyword>Federation Entity</keyword>
<keyword>Federation Operator</keyword>
<keyword>Trust Anchor</keyword>
<keyword>Trust Chain</keyword>
<keyword>Trust Establishment</keyword>

<abstract>
<t>
Expand Down Expand Up @@ -4697,12 +4703,13 @@ Host: trust-anchor.example.com

<section anchor="HistKeysResp" title="Federation Historical Keys Response">
<t>
The response is a signed JWK Set containing the historical keys.
It is signed with a Federation Entity Key.
A signed JWK Set is a signed JWT with a
JWK Set <xref target="RFC7517"/> as its payload.
A successful response MUST use the HTTP status code 200
with the content type
<spanx style="verb">application/jwk-set+jwt</spanx>.
The response is a signed JWT with the <xref target="RFC7517">JWK Set</xref>
as its payload.
It is signed with a Federation Entity Key.
</t>
<t>
Historical keys JWTs are explicitly typed by setting the
Expand Down Expand Up @@ -6807,6 +6814,73 @@ HTTP/1.1 302 Found
</t>
</section>

<section anchor="MediaTypes" title="Media Types">
<t>
These media types <xref target="RFC2046"/> are defined by this specification.
</t>

<section anchor="entity-statement+jwt"
title='"application/entity-statement+jwt" Media Type'>
<t>
The <spanx style="verb">application/entity-statement+jwt</spanx>
media type is used to specify that the associated content is
an Entity Statement, as defined in <xref target="entity-statement"/>.
No parameters are used with this media type.
</t>
</section>

<section anchor="trust-mark+jwt"
title='"application/trust-mark+jwt" Media Type'>
<t>
The <spanx style="verb">application/trust-mark+jwt</spanx>
media type is used to specify that the associated content is
a Trust Mark, as defined in <xref target="trust_marks"/>.
No parameters are used with this media type.
</t>
</section>

<section anchor="resolve-response+jwt"
title='"application/resolve-response+jwt" Media Type'>
<t>
The <spanx style="verb">application/resolve-response+jwt</spanx>
media type is used to specify that the associated content is
a Resolve Response, as defined in <xref target="resolve-response"/>.
No parameters are used with this media type.
</t>
</section>

<section anchor="trust-chain+json"
title='"application/trust-chain+json" Media Type'>
<t>
The <spanx style="verb">application/trust-chain+json</spanx>
media type is used to specify that the associated content is
a JSON array representing a Trust Chain, as defined in <xref target="trust_chain"/>.
No parameters are used with this media type.
</t>
</section>

<section anchor="trust-mark-delegation+jwt"
title='"application/trust-mark-delegation+jwt" Media Type'>
<t>
The <spanx style="verb">application/trust-mark-delegation+jwt</spanx>
media type is used to specify that the associated content is
a Trust Mark delegation, as defined in <xref target="delegation_jwt"/>.
No parameters are used with this media type.
</t>
</section>

<section anchor="jwk-set+jwt"
title='"application/jwk-set+jwt" Media Type'>
<t>
The <spanx style="verb">application/jwk-set+jwt</spanx>
media type is used to specify that the associated content is
a signed JWK Set, as defined in <xref target="HistKeysResp"/>.
No parameters are used with this media type.
</t>
</section>

</section>

<section anchor="Security" title="Security Considerations">
<section title="Denial-of-Service Attack Prevention" anchor="DoS">
<t>
Expand Down Expand Up @@ -7234,7 +7308,7 @@ HTTP/1.1 302 Found
Interoperability considerations: n/a
</t>
<t>
Published specification: <xref target="entity-statement"/> of this specification
Published specification: <xref target="entity-statement+jwt"/> of this specification
</t>
<t>
Applications that use this media type:
Expand Down Expand Up @@ -7303,7 +7377,7 @@ HTTP/1.1 302 Found
Interoperability considerations: n/a
</t>
<t>
Published specification: <xref target="trust_marks"/> of this specification
Published specification: <xref target="trust-mark+jwt"/> of this specification
</t>
<t>
Applications that use this media type:
Expand Down Expand Up @@ -7372,7 +7446,7 @@ HTTP/1.1 302 Found
Interoperability considerations: n/a
</t>
<t>
Published specification: <xref target="resolve-response"/> of this specification
Published specification: <xref target="resolve-response+jwt"/> of this specification
</t>
<t>
Applications that use this media type:
Expand Down Expand Up @@ -7442,7 +7516,7 @@ HTTP/1.1 302 Found
Interoperability considerations: n/a
</t>
<t>
Published specification: <xref target="Cliregreq"/> of this specification
Published specification: <xref target="trust-chain+json"/> of this specification
</t>
<t>
Applications that use this media type:
Expand Down Expand Up @@ -7511,7 +7585,7 @@ HTTP/1.1 302 Found
Interoperability considerations: n/a
</t>
<t>
Published specification: <xref target="delegation_jwt"/> of this specification
Published specification: <xref target="trust-mark-delegation+jwt"/> of this specification
</t>
<t>
Applications that use this media type:
Expand Down Expand Up @@ -7580,7 +7654,7 @@ HTTP/1.1 302 Found
Interoperability considerations: n/a
</t>
<t>
Published specification: <xref target="HistKeysResp"/> of this specification
Published specification: <xref target="jwk-set+jwt"/> of this specification
</t>
<t>
Applications that use this media type:
Expand Down Expand Up @@ -9328,6 +9402,7 @@ Host: op.umu.se
Takahiko Kawasaki,
Torsten Lodderstedt,
Francesco Marino,
Alexey Melnikov,
Roberto Polli,
Justin Richer,
Jouke Roorda,
Expand All @@ -9348,6 +9423,15 @@ Host: op.umu.se
<section anchor="History" title="Document History">
<t>[[ To be removed from the final specification ]]</t>

<t>
-38
<list style="symbols">
<t>
Added section defining each media type.
</t>
</list>
</t>

<t>
-37
<list style="symbols">
Expand Down

0 comments on commit 9feb655

Please sign in to comment.