From 3da1756dd08dd966ccf118ffe2ce8206e7db4cdd Mon Sep 17 00:00:00 2001 From: Piotr Kazmierczak <470696+pkazmierczak@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:50:13 +0100 Subject: [PATCH] acl: JWT changelog entry and typo fix --- .changelog/15897.txt | 3 +++ website/content/api-docs/acl/auth-methods.mdx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changelog/15897.txt diff --git a/.changelog/15897.txt b/.changelog/15897.txt new file mode 100644 index 000000000..104b23b5f --- /dev/null +++ b/.changelog/15897.txt @@ -0,0 +1,3 @@ +```release-note:improvement +acl: New auth-method type: JWT +``` diff --git a/website/content/api-docs/acl/auth-methods.mdx b/website/content/api-docs/acl/auth-methods.mdx index 3a39a7322..1a0107ec7 100644 --- a/website/content/api-docs/acl/auth-methods.mdx +++ b/website/content/api-docs/acl/auth-methods.mdx @@ -61,7 +61,7 @@ The table below shows this endpoint's support for - `OIDCScopes` `(array)` - List of OIDC scopes. - - `BoundAudiences` `(array)` - List of auth claims that are valid for + - `BoundAudiences` `(array)` - List of aud claims that are valid for login; any match is sufficient. - `AllowedRedirectURIs` `(array)` - A list of allowed values for