opensemanticsearch / open-semantic-search

Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)
https://opensemanticsearch.org
GNU General Public License v3.0
978 stars 169 forks source link

Does it support OAUTH or OIDC external authentication? #481

Open fishfree opened 6 months ago

fishfree commented 6 months ago

I'd like to integrate open-semantic-search to authenticate against an external OIDC server.

mosea3 commented 6 months ago

Hi,No it doesnt currently. But feel free to leverage directly into the sub-project solr-php-ui and in templates/index.php up top you include a authentication wrapper which authenticates users or dont allow the rest of the search UI. For further ACL, you would have to store ACL to each search document, which would additionally require adding additional fields to the Solr Structure. Good luck!Von meinem Smartphone gesendetOn 18 May 2024, at 01:07, fishfree @.***> wrote: I'd like to integrate open-semantic-search to authenticate against an external OIDC server.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>