Re: JWT Authorization not working in solr-9.0.0

2023-01-31 Thread Vinay Kumar
Thanks, the above solution has worked. Thanks Vinay On Tue, Jan 31, 2023 at 4:32 AM Jan Høydahl wrote: > Hi > > Have you read the documentation? > > > JWT Authentication Plugin :: Apache Solr Reference Guide >

Re: JWT Authorization not working in solr-9.0.0

2023-01-31 Thread Jan Høydahl
Hi Have you read the documentation? https://solr.apache.org/guide/solr/latest/deployment-guide/jwt-authentication-plugin.html You typically set the SOLR_MODULES=jwt-auth environment-var, or pass -Dsolr.modules=jwt-auth when starting Solr, and then it should work. Jan > 31. jan. 2023 kl. 07:

JWT Authorization not working in solr-9.0.0

2023-01-30 Thread Vinay Kumar
HI All, Recently we migrated from solr 8 to Solr 9 , in SOLR 8 we did not face any issue using SOLR JWT Authorization , but in Solr 9 we are seeing the below error, after going through the document it is saying to enable the JWT module , could you please help how to enable the JWT module in solr.i