Re: Facing jwt authentication problem using solr 8.1.1

2019-12-29 Thread Jan Høydahl
There is support for OpenID connect login from Admin. Just point it to your IDP’s endpoint and Solr will redirect you to your IdP for logging in. The IdP will pass the JWT token to your browser. If you manually generate your JWT tokens and do not have an IdP server it’s not that easy. What do

[ANNOUNCE] Apache Solr 8.4.0 released

2019-12-29 Thread Adrien Grand
## 29 December 2019, Apache Solr™ 8.4.0 available The Lucene PMC is pleased to announce the release of Apache Solr 8.4.0. Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting,

Re: Facing jwt authentication problem using solr 8.1.1

2019-12-29 Thread lakshgupta29
Thanks for your quick response. Is there any way to secure my Admin UI Dashboard as well as API's using JWT token machanism. Thanks -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Facing jwt authentication problem using solr 8.1.1

2019-12-29 Thread lakshgupta29
Hi Jan, Thanks for your quick response. The above issue has resolved now API's are secured with JWT token with set authorized permissions. Unfortunately , I'm stuck in solr admin UI dashboard. My API's are secured by using JWT authentication, When i'm trying to access admin dashboard few