Skip to content

Commit 42b9c60

Browse files
authored
Update IdentityServer/v7/docs/content/tokens/authentication/jwt.md
1 parent 2b2a285 commit 42b9c60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • IdentityServer/v7/docs/content/tokens/authentication

IdentityServer/v7/docs/content/tokens/authentication/jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ contains, and can fool the Relying Party into creating authentication JWTs for t
178178
a victim OpenID Provider.
179179

180180
The OpenID Foundation proposed a two-part fix: strictly validate the audience and set an
181-
explicit `typ` header in the authentication JWT.
181+
explicit `typ` header (with value `client-authentication+jwt`) in the authentication JWT.
182182

183183
You can enable strict audience validation using the [**StrictClientAssertionAudienceValidation**]({{< ref "/reference/options/#DUENDEPREVIEW002" >}})
184184
flag, which strictly validates that the audience is equal to the issuer and validates the token's

0 commit comments

Comments
 (0)