Package org.apache.solr.security.jwt
package org.apache.solr.security.jwt
JWT authentication plugin
-
ClassesClassDescriptionAuthentication plugin that finds logged in user by validating the signature of a JWT tokenResponse for authentication attemptHolds information about an IdP (issuer), such as issuer ID, JWK url(s), keys etcConfig object for a OpenId Connect well-known config.Principal object that carries JWT token and claims for authenticated user.JWT principal that contains username, token, claims and a list of roles the user has, so one can keep track of user-role mappings in an Identity Server external to Solr and pass the information to Solr in a signed JWT token.Resolves jws signature verification keys from a set of
JWTIssuerConfigobjects, which may represent any valid configuration in Solr's security.json, i.e.