tree: f75bcdca1b07783f059354469c7991a77b1284c6 [path history] [tgz]
  1. src/
  2. build.gradle
  3. README.md
solr/modules/jwt-auth/README.md

Apache Solr JWT Authentication Plugin

Introduction

Solr can support JSON Web Token (JWT) based Bearer authentication with the use of the JWTAuthPlugin.

This allows Solr to assert that a user is already authenticated with an external Identity Provider (IdP) by validating that the JWT formatted access token is digitally signed by the Identity Provider.

The typical use case is to integrate Solr with an OpenID Connect enabled Identity Provider.

Getting Started

Please refer to the Solr Ref Guide at https://solr.apache.org/guide/solr/latest/deployment-guide/jwt-authentication-plugin.html for more information.

User interface

A User interface for this module is part of Solr Core.