Skip to content

Commit bd6889f

Browse files
authored
Merge pull request #47047 from Arhell/zh-fix
[zh] Fix CA in authentication example
2 parents f837f72 + a00de5b commit bd6889f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/blog/_posts/2024-04-25-structured-authentication-configuration-beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jwt:
283283
url: https://issuer.example.com
284284
audiences:
285285
- example-client-id
286-
certificateAuthority: <取值是 /path/to/ca.pem 文件的内容>
286+
certificateAuthority: <取值是 /path/to/ca.pem 文件的内容>
287287
claimMappings:
288288
username:
289289
claim: username

0 commit comments

Comments
 (0)