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 functionalities are not accessible like querying, admin
etc. 

because, all /select, /admin API's required authentication in respect of
that. 

How can i secured admin UI dashboard as well as solr API's. Can you provide
your inputs? 

Thanks!
Lakhan Gupta 



--
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
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-30 Thread lakshgupta29
Currently, I am seeing the below image 

 

Jan, Could you please provide steps to create own IdP server or any
reference on the internet. I'd really appreciate that. 

Thanks!



--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html


Re: Facing jwt authentication problem using solr 8.1.1

2020-01-02 Thread lakshgupta29
Can i use GitHub Provider authentication for admin UI support.



--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html


Re: Facing jwt authentication problem using solr 8.1.1

2020-01-03 Thread lakshgupta29
Hi Jan,

I've used Auth2.0 provider for admin UI Dashboard authentication. I've
passed IdP endpoint and client id as per the provider details. It's logging
in my dashboard successfully, not able to authenticate API, 
getting below exception. 

o.a.s.s.SolrLogAuditLoggerPlugin type="REJECTED" message="Rejected"
method="GET" status="401" requestType="UNKNOWN" username="null"
resource="/solr" queryString="_=1578034784015&wt=json" collections=null

As above exception, username is "null". 

Could you please help out? 

Please find the screenshot after provider authentication.
 




--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html