Re: Authentication for Solr delegating to Active Directory

2023-03-24 Thread Kevin Risden
I answered this on the LDAP thread, but copying here for completeness. I think its possible with https://solr.apache.org/guide/solr/latest/deployment-guide/hadoop-authentication-plugin.html Specifically under "LDAP Configuration" - https://hadoop.apache.org/docs/stable/hadoop-auth/Configuration.h

Re: Authentication for Solr delegating to Active Directory

2023-03-22 Thread Shawn Heisey
On 3/22/2023 6:56 PM, dmitri maziuk wrote: Looks like someone did it: https://stackoverflow.com/questions/17730950/jetty-jaas-and-active-directory-authentication-only On-prem AD is really just LDAP+SSL but I know next to nothing about jetty so I would be tempted to put it behind an apache or n

Re: Authentication for Solr delegating to Active Directory

2023-03-22 Thread dmitri maziuk
On 2023-03-22 7:24 PM, Shawn Heisey wrote: I finally have a good grasp of exactly how rule based authorization in Solr works.  It's exceptionally flexible once you figure it out. I've been trying to figure out whether there is any way to use Active Directory for authentication in Solr, and if

Authentication for Solr delegating to Active Directory

2023-03-22 Thread Shawn Heisey
I finally have a good grasp of exactly how rule based authorization in Solr works. It's exceptionally flexible once you figure it out. I've been trying to figure out whether there is any way to use Active Directory for authentication in Solr, and if so, how in the world I would manage mapping