From ba458ace13dfa4ed91912f993214c88ab3714070 Mon Sep 17 00:00:00 2001 From: Anish Ramasekar Date: Tue, 9 Apr 2024 14:31:24 -0700 Subject: [PATCH] Add certificateAuthority in structured authn docs Signed-off-by: Anish Ramasekar --- .../en/docs/reference/access-authn-authz/authentication.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/reference/access-authn-authz/authentication.md b/content/en/docs/reference/access-authn-authz/authentication.md index f1cff56336..a814b94397 100644 --- a/content/en/docs/reference/access-authn-authz/authentication.md +++ b/content/en/docs/reference/access-authn-authz/authentication.md @@ -356,6 +356,10 @@ kind: AuthenticationConfiguration jwt: - issuer: url: https://example.com # Same as --oidc-issuer-url. + # PEM encoded CA certificates used to validate the connection when fetching + # discovery information. If not set, the system verifier will be used. + # Same value as the content of the file referenced by the --oidc-ca-file flag. + certificateAuthority: audiences: - my-app # Same as --oidc-client-id. # rules applied to validate token claims to authenticate users.