Skip to content

Commit e06a88d

Browse files
committed
Add ClientAuthentication JWT claim type for private_key_jwt DuendeSoftware/foss#186
1 parent 3e101f1 commit e06a88d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/content/docs/identitymodel/utils/constants.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -626,12 +626,13 @@ aggregated at [IANA](https://www.iana.org/assignments/jwt/jwt.xhtml).
626626
`JwtTypes` is a nested class that provides a set of constants for
627627
confirmation methods. It can be found under the `JwtConstants` class.
628628

629-
| Type | Value | Description |
630-
|:-------------------------|:--------------------------|:-----------------------------------|
631-
| AccessToken | `at+jwt` | OAuth 2.0 access token. |
632-
| AuthorizationRequest | `oauth-authz-req+jwt` | JWT secured authorization request. |
633-
| DPoPProofToken | `dpop+jwt` | DPoP proof token. |
634-
| IntrospectionJwtResponse | `token-introspection+jwt` | Token introspection JWT response. |
629+
| Type | Value | Description |
630+
|:-------------------------|:----------------------------|:----------------------------------------------------------|
631+
| AccessToken | `at+jwt` | OAuth 2.0 access token. |
632+
| AuthorizationRequest | `oauth-authz-req+jwt` | JWT secured authorization request. |
633+
| DPoPProofToken | `dpop+jwt` | DPoP proof token. |
634+
| IntrospectionJwtResponse | `token-introspection+jwt` | Token introspection JWT response. |
635+
| ClientAuthentication | `client-authentication+jwt` | Client authentication JWT (for use with private_key_jwt). |
635636

636637
### ConfirmationMethods
637638

0 commit comments

Comments
 (0)