Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-8951

Allow pluggable Authentication Providers in BasicAuthPlugin

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Later
    • None
    • None
    • Authentication, security
    • None

    Description

      Currently Sha256AuthenticationProvider is hardcoded in BasicAuthPlugin. Allow user to specify a new parameter authenticationProvider in security.json which determines the authentication provider with . Example:

      "authentication":{
         "blockUnknown": true,
         "class":"solr.BasicAuthPlugin",
         "provider":{
              "class":"my.custom.AuthenticationProvider",
              "param":"value"
          }
      }
      

      We would still default to Sha256AuthenticationProvider

      Attachments

        1. SOLR-8951.patch
          11 kB
          Jan Høydahl
        2. SOLR-8951.patch
          10 kB
          Jan Høydahl

        Activity

          People

            janhoy Jan Høydahl
            janhoy Jan Høydahl
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: