This is an automated email from the ASF dual-hosted git repository. janhoy pushed a commit to branch branch_9x in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push: new 2e46e0ff965 Ref-guide - JWT: Use correct claim name in example config comments (#2890) 2e46e0ff965 is described below commit 2e46e0ff965d27edee1c56bd01f1725d8328dc54 Author: Jasmin Johal <j.jo...@elsevier.com> AuthorDate: Thu Nov 28 00:55:01 2024 -0800 Ref-guide - JWT: Use correct claim name in example config comments (#2890) (cherry picked from commit 64130ec400a17fd95298dea1f54987f1be63d414) --- .../modules/deployment-guide/pages/jwt-authentication-plugin.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/modules/deployment-guide/pages/jwt-authentication-plugin.adoc b/solr/solr-ref-guide/modules/deployment-guide/pages/jwt-authentication-plugin.adoc index aec5f269d24..4a5094f6225 100644 --- a/solr/solr-ref-guide/modules/deployment-guide/pages/jwt-authentication-plugin.adoc +++ b/solr/solr-ref-guide/modules/deployment-guide/pages/jwt-authentication-plugin.adoc @@ -169,7 +169,7 @@ Let's comment on this config: <1> Plugin class <2> Make sure to block anyone without a valid token (this is also the default) <3> Fetch the user id from another claim than the default `sub` -<4> Require that the `roles` claim is one of "A" or "B" and that the `dept` claim is "IT" +<4> Require that the `foo` claim is one of "A" or "B" and that the `dept` claim is "IT" <5> Require one of the scopes `solr:read`, `solr:write` or `solr:admin` <6> Only accept RSA algorithms for signatures <7> Array of issuer configurations