malliaridis commented on PR #3754:
URL: https://github.com/apache/solr/pull/3754#issuecomment-3806988094

   @epugh I have successfully tested with a keycloak instance in docker and the 
following OAuth configuration:
   
   ```json
   {
     "authentication": {
       "realm": "oauth",
       "class": "solr.JWTAuthPlugin",
       "blockUnknown": true,
       "wellKnownUrl": 
"http://127.0.0.1:3000/realms/master/.well-known/openid-configuration";,
       "clientId": "solr-jwt",
       "scope": "solr:admin",
       "redirectUris": [
         "http://127.0.0.1:8088/callback";,
         "http://127.0.0.1:8983/solr/ui/callback";
       ],
       "authorizationFlow": "code_pkce"
     }
   }
   ```
   
   You can give it a try and provide first feedback. I believe it is almost 
ready, thinking of a few more tests I'd like to add before finalizing, and a 
few edge cases or customizations that we may add in the future (e.g. 
customizing paths, redirect URLs and so on).


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to