IQSS / dataverse-docker

Dataverse 6.2 on Docker with integrated services called "Archive in a box" and could be used both as demo and production system and easily integrated with other services.
57 stars 45 forks source link

Shibboleth in dataverse-docker #89

Open vjf opened 1 year ago

vjf commented 1 year ago

I was reading the documentation about Shibboleth support and it talks about using apache modules "mod_shib" to implement Shibboleth

https://guides.dataverse.org/en/latest/installation/shibboleth.html

I am using: https://github.com/IQSS/dataverse-docker

but there is no apache in here, nor in the dataverse JVM container.

Does shibboleth work in the docker container?

(PS: Setting up OAuth was like magic, well done!)

Vincent

4tikhonov commented 1 year ago

Hi @vjf, DataverseNO has integrated Shibboleth with Dataverse Docker, please check it here: https://github.com/DataverseNO/dataverse-docker/tree/dataverse.no/distros/dataverse.no

vjf commented 1 year ago

Thanks!