janhoy commented on a change in pull request #341: URL: https://github.com/apache/lucene-solr/pull/341#discussion_r418774258
########## File path: solr/solr-ref-guide/src/rule-based-authorization-plugin.adoc ########## @@ -64,6 +66,34 @@ There are several things defined in this example: <5> The 'admin' role has been defined, and it has permission to edit security settings. <6> The 'solr' user has been defined to the 'admin' role. +=== Example for ExternalRoleRuleBasedAuthorizationPlugin +This example `security.json` shows how an imagined `JWTAuthPlugin`, which pulls user and user roles from JWT claims, can work with the `ExternalRoleRuleBasedAuthorizationPlugin` plugin: Review comment: I brought back some of the refguide changes from the original patch. Please review again. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org