Skip to content

Commit ef87518

Browse files
authored
Add Client Auth Jwt Type
1 parent 7bf97fd commit ef87518

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 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

@@ -642,4 +643,4 @@ confirmation methods. It can be found under the `JwtConstants` class.
642643
|:---------------------|:-----------|:-------------------------------------------|
643644
| JsonWebKey | `jwk` | JSON web key. |
644645
| JwkThumbprint | `jkt` | JSON web key thumbprint. |
645-
| X509ThumbprintSha256 | `x5t#S256` | X.509 certificate thumbprint using SHA256. |
646+
| X509ThumbprintSha256 | `x5t#S256` | X.509 certificate thumbprint using SHA256. |

0 commit comments

Comments
 (0)