Skip to content

Commit 9638c88

Browse files
added client assertions sample link
1 parent 6efc152 commit 9638c88

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

astro/src/content/docs/accesstokenmanagement/advanced/client-assertions.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,6 @@ You need to explicitly set the `Audience` to the authorization server's issuer U
154154

155155
Don't set the audience to the `TokenUrl`. Setting the `Audience` value to the token endpoint leaves
156156
you vulnerable to these vulnerabilities: (CVE-2025-27370/CVE-2025-27371).
157-
:::
157+
:::
158+
159+
For a complete working example, see the [WebClientAssertions sample](https://github.com/DuendeSoftware/foss/tree/main/access-token-management/samples/WebClientAssertions).

0 commit comments

Comments
 (0)