Skip to content

Commit

Permalink
Remove KB-JWT header example
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Campbell <71398439+bc-pi@users.noreply.github.com>
  • Loading branch information
danielfett and bc-pi authored Oct 16, 2023
1 parent 56cc146 commit 059912b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions draft-ietf-oauth-selective-disclosure-jwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,15 +471,6 @@ The JWT MUST contain the following elements:

To validate the signature on the Key Binding JWT, the Verifier MUST use the key material in the SD-JWT. If it is not clear from the SD-JWT, the Key Binding JWT MUST specify which key material the Verifier needs to use to validate the Key Binding JWT signature using JOSE header parameters such as `kid` and `x5c`.

Below is a non-normative example of a Key Binding JWT header:

```
{
"alg": "ES256",
"typ": "kb+jwt"
}
```

Whether to require Key Binding is up to the Verifier's policy, based on the set
of trust requirements such as trust frameworks it belongs to. See
(#key_binding_security) for security considerations.
Expand Down

0 comments on commit 059912b

Please sign in to comment.