Skip to content

Commit 6742e9c

Browse files
authored
Merge pull request #46402 from enj/patch-3
Fix CA in authentication example
2 parents 0b1f852 + 9e6ae2b commit 6742e9c

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)