Basic Authentication

Solr requires authentication for resource {{authLocation === '/' ? 'Dashboard' : authLocation}}.
Please log in with your username and password for realm {{authRealm}}.


{{error}}
Username is required
Password is required

Logged in as user {{authLoggedinUser}}. Realm={{authRealm}}.


Kerberos Authentication

Your browser did not provide the required information to authenticate using Kerberos. Please check that your computer has a valid ticket for communicating with Solr, and that your browser is properly configured to provide that ticket when required. For more information, consult Solr's Kerberos documentation .

The response from the server was:
HTTP 401 {{statusText}}
WWW-Authenticate: {{wwwAuthHeader}}

OpenID Connect (JWT) authentication

Callback from ID Provider received.

There were errors during login with ID Provider. Please try again.

Solr requires authentication for resource {{authLocation === '/' ? 'Dashboard' : authLocation}}.

Please log in with your Identity Provider (IdP) for realm {{authRealm}}.

Clicking the button below, you will be redirected to the authorization endpoint of the ID provider:
{{authData['authorizationEndpoint']}}


{{error}}

In order to log in to the identity provider, you need to load this page from the Solr node registered as callback node:
{{jwtFindLoginNode()}}
After successful login you will be able to navigate to other nodes.

Logged in as user {{authLoggedinUser}}. Realm={{authRealm}}.


Authentication scheme not supported

Some or all Solr operations are protected by an authentication scheme that is not yet supported by this Admin UI ({{authScheme}}).

Solr returned an error response:


HTTP 401 {{statusText}}
WWW-Authenticate: {{wwwAuthHeader}}

A possible workaround may be to use another client that supports this scheme.