You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Cassandra Targett (JIRA)" <ji...@apache.org> on 2018/12/03 21:31:00 UTC

[jira] [Updated] (SOLR-8951) Allow pluggable Authentication Providers in BasicAuthPlugin

     [ https://issues.apache.org/jira/browse/SOLR-8951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cassandra Targett updated SOLR-8951:
------------------------------------
    Component/s: Authentication

> Allow pluggable Authentication Providers in BasicAuthPlugin
> -----------------------------------------------------------
>
>                 Key: SOLR-8951
>                 URL: https://issues.apache.org/jira/browse/SOLR-8951
>             Project: Solr
>          Issue Type: New Feature
>          Components: Authentication, security
>            Reporter: Jan Høydahl
>            Assignee: Jan Høydahl
>            Priority: Major
>         Attachments: SOLR-8951.patch, SOLR-8951.patch
>
>
> Currently {{Sha256AuthenticationProvider}} is hardcoded in BasicAuthPlugin. Allow user to specify a new parameter {{authenticationProvider}} in {{security.json}} which determines the authentication provider with . Example:
> {code}
> "authentication":{
>    "blockUnknown": true,
>    "class":"solr.BasicAuthPlugin",
>    "provider":{
>         "class":"my.custom.AuthenticationProvider",
>         "param":"value"
>     }
> }
> {code}
> We would still default to {{Sha256AuthenticationProvider}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org