We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caaaefb commit ba458acCopy full SHA for ba458ac
content/en/docs/reference/access-authn-authz/authentication.md
@@ -356,6 +356,10 @@ kind: AuthenticationConfiguration
356
jwt:
357
- issuer:
358
url: https://example.com # Same as --oidc-issuer-url.
359
+ # PEM encoded CA certificates used to validate the connection when fetching
360
+ # discovery information. If not set, the system verifier will be used.
361
+ # Same value as the content of the file referenced by the --oidc-ca-file flag.
362
+ certificateAuthority: <PEM encoded CA certificates>
363
audiences:
364
- my-app # Same as --oidc-client-id.
365
# rules applied to validate token claims to authenticate users.
0 commit comments