Skip to content

Commit aadea3c

Browse files
PieterKasaaronpk
andauthored
Recommendation on media types (#141)
* Recommendation on media types See issue #85 * Ye olde whitespace * Update draft-ietf-oauth-identity-chaining.md * Added references * Fixed References --------- Co-authored-by: Aaron Parecki <[email protected]>
1 parent 63a8df0 commit aadea3c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

draft-ietf-oauth-identity-chaining.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ normative:
4848
RFC7523: # JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants
4949
RFC8707: # Resource Indicators for OAuth 2.0
5050
RFC8414: # OAuth 2.0 Authorization Server Metadata
51+
RFC8725: # JSON Web Token Best Current Practices
52+
RFC2046: # Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types
53+
RFC6838: # Media Type Specifications and Registration Procedures
54+
IANA.MediaTypes:
5155

5256
informative:
5357

@@ -272,7 +276,10 @@ The representation of transcribed claims and their format is not defined in this
272276

273277
# IANA Considerations {#IANA}
274278

275-
To be added.
279+
## Media Types
280+
This specification does not define any new media types.
281+
282+
It is RECOMMENDED that any profile or deployment-specific implementation adopt explicit typing as defined in JSON Web Token Best Current Practices {{RFC8725}} and define a new media type {{RFC2046}} in the "Media Types" registry {{IANA.MediaTypes}} in the manner described in {{RFC6838}}.
276283

277284
# Security Considerations {#Security}
278285

@@ -463,6 +470,7 @@ The editors would like to thank Joe Jubinski, Justin Richer, Aaron Parecki, Dean
463470
-latest
464471
* Clarified diagrams and description of authorization server acting as a client.
465472
* Remove references to sd-jwt.
473+
* Added text to recommend use of explicit typing.
466474
* Added security consideration on preventing lateral moves.
467475
* Editorial updates to be consistent about the trust domain for a client, authorization server or resource server.
468476
* Added sender constraining of tokens to security considerations

0 commit comments

Comments
 (0)