Description
Currently only Basic Authentication is possible with Solr, but I have an issue to connect to a Solr instance that use Token authentication.
So it should be possible to define the value of Authorization Header to provide the name and token value, that will be send on the HTTP request to Solr.
Header:
- Authorization: Name Value
So in the configuration should be able to set up something like this to populate the header:
- solr.auth.header.name=Bearer
- solr.auth.header.value=JWT_TOKEN
Attachments
Attachments
Issue Links
- links to