Skip to content

Commit

Permalink
Merge branch 'main' into iana
Browse files Browse the repository at this point in the history
  • Loading branch information
jricher authored Oct 23, 2023
2 parents 0965275 + 1bd8f86 commit a695b7f
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions draft-ietf-gnap-resource-servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,19 @@ normative:
entity:
SELF: "RFC xxxx"

informative:
MACAROON:
target: https://research.google/pubs/pub41892/
title: "Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud"
date: 2014
BISCUIT:
target: https://www.biscuitsec.org/
title: Biscuit Authorization
ZCAPLD:
target: https://w3c-ccg.github.io/zcap-spec/
title: "Authorization Capabilities for Linked Data"
date: 2023

--- abstract

GNAP defines a mechanism for delegating authorization to a
Expand Down Expand Up @@ -352,7 +365,7 @@ can also be used in combination with introspection, allowing the token itself
to carry one class of information and the introspection response to carry
another.

Some token formats, such as Macaroons and Biscuits, allow for
Some token formats, such as Macaroons {{MACAROON}} and Biscuits {{BISCUIT}}, allow for
the RS to derive sub-tokens without having to call the AS
as described in {{token-chaining}}.

Expand Down Expand Up @@ -846,9 +859,9 @@ Reference
|--- |--- |--- |--- |
|`jwt-signed`|Active | JSON Web Token, signed with JWS | {{JWT}} |
|`jwt-encrypted`|Active | JSON Web Token, encrypted with JWE | {{JWT}} |
|`macaroon`|Active | Macaroon | |
|`biscuit`|Active | Biscuit | |
|`zcap`|Active | ZCAP | |
|`macaroon`|Active | Macaroon | {{MACAROON}} |
|`biscuit`|Active | Biscuit | {{BISCUIT}} |
|`zcap`|Active | ZCAP | {{ZCAPLD}} |

## Token Introspection Registry {#IANA-token-introspection}

Expand Down

0 comments on commit a695b7f

Please sign in to comment.