-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #144 from oauth-wg/iana-update
Addressed comments from IANA review
- Loading branch information
Showing
1 changed file
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -646,45 +646,44 @@ This specification registers the following token type identifiers to the "OAuth | |
|
||
* URN: urn:ietf:params:oauth:token-type:txn_token | ||
* Common Name: Transaction Token | ||
* Change Controller: IESG | ||
* Change Controller: IETF | ||
* Specification Document Section {{txn-token-request}} of this specification | ||
|
||
* URN: urn:ietf:params:oauth:token-type:self_signed | ||
* Common Name: Token type for Self-signed JWT | ||
* Change Controller: IESG | ||
* Change Controller: IETF | ||
* Specification Document: Section {{self-signed-subject-token-type}} of this specification | ||
|
||
* URN: urn:ietf:params:oauth:token-type:unsigned_json | ||
* Common Name: Token type for Unsigned JSON Object | ||
* Change Controller: IESG | ||
* Change Controller: IETF | ||
* Specification Document: Section {{unsigned-json-subject-token-type}} of this specification | ||
|
||
## JWT Claims Registry Contents | ||
|
||
* Claim Name: `azd` | ||
* Claim Description: The authorization context details | ||
* Change Controller: IESG | ||
* Change Controller: IETF | ||
* Specification Document: Section {{txn-token-claims}} of this specification | ||
|
||
* Claim Name: `rctx` | ||
* Claim Description: The requester context | ||
* Change Controller: IESG | ||
* Change Controller: IETF | ||
* Specification Document: Section {{requester-context}} of this specification | ||
|
||
* Claim Name: `purp` | ||
* Claim Description: The purpose of the transaction | ||
* Change Controller: IESG | ||
* Change Controller: IETF | ||
* Specification Document: Section {{txn-token-claims}} of this specification | ||
|
||
## IANA Media Type Registration Contents | ||
The following entry will be proposed using the IANA Media Type registration {{IANA.MediaTypes}} form. | ||
|
||
* Applicant Name: Atul Tulshibagwale | ||
* Applicant Email: [email protected] | ||
* Type Name: "application (RFC 2046)" | ||
* Subtype Name: "txntoken+jwt" | ||
* Required Parameters: "N/A." | ||
* Optional Parameters: "N/A." | ||
* Type Name: application | ||
* Subtype Name: txntoken+jwt | ||
* Change Controller: IETF | ||
* Required Parameters: N/A. | ||
* Optional Parameters: N/A. | ||
* Encoding Considerations: 7-bit text | ||
* Security Considerations: | ||
1. The media type is used to identify JWTs that may be used as Transaction Tokens. It is a piece of data, and may not contain executable content. | ||
|