Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.2.1
Description
Now that Solr supports Authentication plugins, the missing piece is to be allowed access from Admin UI when authentication is enabled. For this we need
- Some plumbing in Admin UI that allows the UI to detect 401 responses and redirect to login page
- Possibility to have multiple login pages depending on auth method and redirect to the correct one
- AngularJS HTTP interceptors to add correct HTTP headers on all requests when user is logged in
This issue should aim to implement some of the plumbing mentioned above, and make it work with Basic Auth.
Attachments
Attachments
Issue Links
- Is contained by
-
SOLR-7236 Securing Solr (umbrella issue)
- Closed
- is duplicated by
-
SOLR-8402 Authentication Setting in admin UI interface
- Closed
- is related to
-
SOLR-13345 Admin UI login page doesn't accept empty passwords
- Resolved
-
SOLR-13344 Admin UI inaccessible with RuleBasedAuthorizationPlugin
- Closed
- is required by
-
SOLR-13116 Add Admin UI login support for Kerberos
- Closed
- links to