Skip to content

Commit

Permalink
Ref-guide - JWT: Use correct claim name in example config comments (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jasminjohal-els authored Nov 28, 2024
1 parent eb98647 commit 64130ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64130ec

Please sign in to comment.