You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IdentityServer/v7/docs/content/tokens/authentication/jwt.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ a victim OpenID Provider.
180
180
The OpenID Foundation proposed a two-part fix: strictly validate the audience and set an
181
181
explicit `typ` header (with value `client-authentication+jwt`) in the authentication JWT.
182
182
183
-
You can enable strict audience validation using the [**StrictClientAssertionAudienceValidation**]({{< ref "/reference/options/#DUENDEPREVIEW002" >}})
183
+
You can enable strict audience validation using the [**StrictClientAssertionAudienceValidation**]({{< ref "/reference/options/#strict-audience-validation" >}})
184
184
flag, which strictly validates that the audience is equal to the issuer and validates the token's
0 commit comments