From fcfeeac9899a65843a67aed37d3739abb9a82c91 Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Wed, 13 Dec 2023 21:43:11 +0000 Subject: [PATCH] fix value in structured authn config example Signed-off-by: Anish Ramasekar --- .../en/docs/reference/access-authn-authz/authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/access-authn-authz/authentication.md b/content/en/docs/reference/access-authn-authz/authentication.md index 3e152180ce1ce..3b48363efb6a2 100644 --- a/content/en/docs/reference/access-authn-authz/authentication.md +++ b/content/en/docs/reference/access-authn-authz/authentication.md @@ -495,7 +495,7 @@ jwt: "admin" ], "extra": { - "example.com/tenant": "tenant1" + "example.com/tenant": "72f988bf-86f1-41af-91ab-2d7cd011db4a" } } ``` @@ -606,7 +606,7 @@ jwt: "admin" ], "extra": { - "example.com/tenant": "tenant1" + "example.com/tenant": "72f988bf-86f1-41af-91ab-2d7cd011db4a" } } ```