malliaridis commented on PR #3754: URL: https://github.com/apache/solr/pull/3754#issuecomment-3393711795
> Does that mean in this case the UI would authenticate int he same way? Yes, I used keycloak for testing as well. I just haven't made everything configurable yet. So you would have to run Solr on 127.0.0.1:8983 and add keycloak with the [JWT auth plugin](https://solr.apache.org/guide/solr/latest/deployment-guide/jwt-authentication-plugin.html). I haven't completed the changes yet, but it should likely work with other Solr instances as well. FYI I had to configure the keycloak instance correctly to generate a proper JWT token for Solr, but if you already have a running configuration, it should work as expected as long as you add the redirect URL `http://127.0.0.1:8088/callback` to your keycloak client configuration. This redirect URL is the server URL of the Solr desktop app for catching the auth data and signing you in (currently hardcoded). If you need more information about my testing setup DM me on slack. :) -- 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]
