Skip to content

Commit 9e6ae2b

Browse files
authored
Fix CA in authentication example
1 parent 95e6077 commit 9e6ae2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jwt:
172172
url: https://issuer.example.com
173173
audiences:
174174
- example-client-id
175-
certificateAuthority: <value is the content of file /path/to/ca.pem>
175+
certificateAuthority: <value is the content of file /path/to/ca.pem>
176176
claimMappings:
177177
username:
178178
claim: username

0 commit comments

Comments
 (0)