Skip to content

Commit a00de5b

Browse files
committed
[zh] Fix CA in authentication example
1 parent da00927 commit a00de5b

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)