From 64130ec400a17fd95298dea1f54987f1be63d414 Mon Sep 17 00:00:00 2001 From: Jasmin Johal Date: Thu, 28 Nov 2024 00:55:01 -0800 Subject: [PATCH] Ref-guide - JWT: Use correct claim name in example config comments (#2890) --- .../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